flamingspinach

Senior member
Nov 4, 2004
354
0
0
I've noticed that many applications use something called Universal Plug and Play (UPnP). This seems to be some sort of a zeroconf API for port forwarding. Is this true? Is there a program somewhere that I could use to manually forward ports using UPnP?



Also, Azureus has a UPnP plugin that seems to be having some trouble with my family's router, even though UPnP has been enabled on said router. Here is what happens:

UPnP::SSDP: ignoring loopback address /127.0.0.1
UPnP::SSDP: group = /239.255.255.250:0/eth0:VMware Virtual Ethernet Adapter for VMnet8-/192.168.142.1
UPnP::SSDP: group = /239.255.255.250:0/eth1:VMware Virtual Ethernet Adapter for VMnet1-/192.168.254.1
UPnP::SSDP: group = /239.255.255.250:0/eth2:D-Link AirPlus G DWL-G510 Wireless PCI Card - Packet Scheduler Miniport-/192.168.1.46
Mapping request: UDP tracker client port (UDP/52525), enabled = true
Mapping request: Incoming Peer Data Port (TCP/52525), enabled = true
Mapping request: TCP Tracker Port (TCP/6969), enabled = false
Mapping request: TCP SSL Tracker Port (TCP/7000), enabled = false
Mapping request: UDP Tracker Port (UDP/6969), enabled = false
UPnP:SSDP: first response:
HTTP/1.1 200 OK
CACHE-CONTROL: max-age=180
DATE: 12/09/2002
EXT:
LOCATION: http://192.168.1.1:5819/UPNP_rootDesc.xml
SERVER: VxWorks/2.0.1 UPnP/1.0
ST: upnp:rootdevice
USN: uuid:upnp-WestellDevice::upnp:rootdevice


UPnP: root discovered = http://192.168.1.1:5819/UPNP_rootDesc.xml, local = /192.168.1.46
Downloading: http://192.168.1.1:5819/UPNP_rootDesc.xml
Relative URL base is http://192.168.1.1:5819
Westell DSL Router
http://192.168.1.1:5819/UPNP_Layer3Forwarding.xml, http://192.168.1.1:5819/Layer3Forwarding
WANDevice
http://192.168.1.1:5819/UPNP_W...monInterfaceConfig.xml, http://192.168.1.1:5819/WANCommonInterfaceConfig
WANConnectionDevice *
http://192.168.1.1:5819/UPNP_WANPPPConnection.xml, http://192.168.1.1:5819/WANPPPConnection
Found WANConnectionDevice
Found WANPPPConnection
Downloading: http://192.168.1.1:5819/UPNP_WANPPPConnection.xml
com.aelitis.net.upnp.UPnPException: Invoke of 'urn:schemas-upnp-org:service:WANPPPConnection:1#AddPortMapping' fails: Unexpected end of file from server
com.aelitis.net.upnp.UPnPException: Invoke of 'urn:schemas-upnp-org:service:WANPPPConnection:1#AddPortMapping' fails: Unexpected end of file from server

What's going on? I tried going to http://192.168.1.1:5819/UPNP_WANPPPConnection.xml, and got something pretty promptly. Please help!

-fs
 

Slowlearner

Senior member
Mar 20, 2000
873
0
0
It would help if you gave some details on your hardware and OS setup - please tell us about your systems, their OSs and the router - What is it that you are trying to do.
 

flamingspinach

Senior member
Nov 4, 2004
354
0
0
Ah! Sorry. >_< OK.

Computer: DarkEngine reports:

OS: WinXP Professional 5.1 Service Pack 1 (Build #2600)
CPU: Intel Pentium 4 , 2.19 GHz
Video: Plug and Play Monitor on Intel(R) 82845G/GL/GE/PE/GV Graphics Controller (1024x768x32bpp 60Hz)
Sound: SoundMAX Digital Audio
Memory Used: 237/255MB
Uptime: 2d 9h 44m 53s
HD: [C:] 2.30/37.21 GB
Connection: D-Link AirPlus G DWL-G510 Wireless PCI Card - Packet Scheduler Miniport @ 11.0 Mbps (Rec: 0.00MB Sent: 0.00MB)

Networking Equipment:

Wireless Router / DSL Modem: Westell 327W "Versalink Gateway"
Wireless NIC: D-Link AirPlus G DWL-G510 (PCI)

What I am trying to do is forward port 52525 from my external IP to my subnet IP (192.168.1.46) in order to facilitate BitTorrent data transfer. I am also curious as to whether it is possible to manually use UPnP to forward ports rather than relying on a program already having UPnP built in.

Thanks for your help!

-fs