Thread: Sockets & IP's
View Single Post
Old Mar 23rd, 2008, 2:34 AM   #1
Freaky Chris
Hobbyist Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 169
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
Sockets & IP's

Hi, im new to python just so you know
this maybe hard to explain so if you don't inderstand what im asking just say.

Im am trying to write a scripts that connects to a remote pc, this is not a problem providing i have the IP of the computer. However thecomputer i want to connect to is on a network, so the IP address im having to try to connect to is the routers IP and not the indervidual computers IP. Is there anyway using socket.connect() or another function perhaps to connect to a remote pc on a network.

thanks for any help
Freaky Chris is offline   Reply With Quote