+ Reply to Thread
Results 1 to 10 of 10

Thread: question about LAN sharing between azureus/vuze and utorrent...

  1. #1

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156

    question about LAN sharing between azureus/vuze and utorrent...

    i have 2 pc's on my lan that use bittorent. i use azureus and the other pc user uses utorrent. we are downloading the same torrent.

    i try to use the peer finder/scanner plugin for azureus, but it cannot find any peers on my lan. is the azureus plugin only for azureus to azureus connections?

    is there a way to add a peer's ip address to my peer list in azureus like you can do in utorrent?


    thanks!
    Reply With QuoteReply With Quote
    Thanks

  2. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,452
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39452
    You can use the Peer Injector plugin to add the other PC's IP and port, or use "Add Peer" in uTorrent to connect to the Azureus computer.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    abookhalil (29.06.09)

  4. #3

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    seems the peer injector doesn't work for private torrents,

    Not injecting 2 peers into 'xxxx': torrent is private
    are there any plans for a shu mod to bypass the private flag of a torrent?
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,452
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39452
    Check the hacked Peer Injector in this thread:
    http://www.sb-innovation.de/showthre...threadid=12403
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #5


    Join Date
    22.06.08
    Location
    astral planes
    P2P Client
    sbi finest
    Posts
    3,125
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss3125
    maybe i'm missing something, but shouldn't both pc's have the same (outgoing) ip when connecting to internet via the main modem?
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,452
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39452
    Yes, both will have the same external IP. But if they're on a LAN, having an internal IP is enough to try what A-Day wants to do.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    slikrapid (29.06.09)

  9. #7

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    it still won't inject into a private torrent even with the hacked version. is there another hacked version?


    Code:
    [09:14:07.068] {plug} [Peer Injector] 
    [09:14:07.078] {stderr} DEBUG::Mon Jul 27 09:14:07 EDT 2009::com.aelitis.azureus.plugins.azpeerinjector.PeerInjectorPlugin::inject::165:
    [09:14:07.078] {stderr}   java.lang.RuntimeException: Torrent is private, peer addition not permitted
    [09:14:07.078] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.peers.PeerManagerImpl.checkIfPrivate(Unknown Source)
    [09:14:07.078] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.peers.PeerManagerImpl.addPeer(Unknown Source)
    [09:14:07.088] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.peers.PeerManagerImpl.addPeer(Unknown Source)
    [09:14:07.088] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.peers.PeerManagerImpl.addPeer(Unknown Source)
    [09:14:07.088] {stderr} 	at com.aelitis.azureus.plugins.azpeerinjector.PeerInjectorPlugin.inject(PeerInjectorPlugin.java:161)
    [09:14:07.088] {stderr} 	at com.aelitis.azureus.plugins.azpeerinjector.PeerInjectorPlugin$3.selected(PeerInjectorPlugin.java:81)
    [09:14:07.088] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.ui.menus.MenuItemImpl.invokeListenersOnList(Unknown Source)
    [09:14:07.088] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.ui.menus.MenuItemImpl.invokeListenersSingle(Unknown Source)
    [09:14:07.088] {stderr} 	at org.gudy.azureus2.pluginsimpl.local.ui.menus.MenuItemImpl.invokeListenersMulti(Unknown Source)
    [09:14:07.099] {stderr} 	at org.gudy.azureus2.ui.swt.views.table.impl.TableViewSWTImpl$25$1.run(Unknown Source)
    [09:14:07.099] {stderr} 	at org.gudy.azureus2.ui.swt.views.table.impl.TableViewSWTImpl.runForSelectedRows(Unknown Source)
    [09:14:07.099] {stderr} 	at com.aelitis.azureus.ui.common.table.TableSelectedRowsListener.handleEvent(Unknown Source)
    [09:14:07.099] {stderr} 	at org.gudy.azureus2.ui.swt.MenuBuildUtils$2.handleEvent(Unknown Source)
    [09:14:07.099] {stderr} 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    [09:14:07.099] {stderr} 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    [09:14:07.099] {stderr} 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
    [09:14:07.109] {stderr} 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
    [09:14:07.109] {stderr} 	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(Unknown Source)
    [09:14:07.109] {stderr} 	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown Source)
    [09:14:07.109] {stderr} 	at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Unknown Source)
    [09:14:07.109] {stderr} 	at org.gudy.azureus2.ui.swt.Main.<init>(Unknown Source)
    [09:14:07.109] {stderr} 	at org.gudy.azureus2.ui.swt.Main.main(Unknown Source)
    [09:14:07.109] {stderr} 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [09:14:07.109] {stderr} 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [09:14:07.119] {stderr} 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [09:14:07.119] {stderr} 	at java.lang.reflect.Method.invoke(Unknown Source)
    [09:14:07.119] {stderr} 	at org.gudy.azureus2.ui.common.Main.directLaunch(Unknown Source)
    [09:14:07.119] {stderr} 	at org.gudy.azureus2.ui.common.Main.main(Unknown Source)
    [09:14:07.119] {stderr} 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [09:14:07.119] {stderr} 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [09:14:07.119] {stderr} 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [09:14:07.119] {stderr} 	at java.lang.reflect.Method.invoke(Unknown Source)
    [09:14:07.129] {stderr} 	at com.aelitis.azureus.launcher.MainExecutor$1.run(Unknown Source)
    [09:14:07.129] {stderr} 	at java.lang.Thread.run(Unknown Source)
    [09:14:07.129] {stderr}
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,452
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39452
    I suppose you could use the official v0.3, then. After all, disallowing injection in private torrents is the only change. Attached.
    Attached Files Attached Files
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    leeechy (24.07.15) , Smiths (11.03.14)

  12. #9

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    i get the same error with v0.3. also, the built-in LAN Peer Finder doesn't add any peers to private torrents.
    Reply With QuoteReply With Quote
    Thanks

  13. #10
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,452
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39452
    Strange, you shouldn't. Just use use "Add Peer" in uTorrent to add the Azureus computer's IP and port, then. uT has a Local Peer Discovery function, perhaps it can find Azureus.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •