Re: Re[2]: [twsocket] router and IP

2005-03-19 Thread rogersmail
ject: Re: Re[2]: [twsocket] router and IP > > I do have a app that gives me External and internal IP's and gateways etc > > which if anyone wants the cpp project then see below.. its a BCB6 project > > using ICS and API. > > It can be found below to see i

Re[2]: [twsocket] router and IP

2005-03-17 Thread Wilfried Mestdagh
t; router.. > Should i ask them at setup or is it detectable? > - Original Message - > From: "Dan" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, March 17, 2005 12:46 PM > Subject: Re: [twsocket] router and IP >> Why do

Re: [twsocket] router and IP

2005-03-17 Thread rogersmail
table? - Original Message - From: "Dan" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, March 17, 2005 12:46 PM Subject: Re: [twsocket] router and IP > Why do you need your local IP address, why can't you bind to IP 0.0.0.0? > >

Re: [twsocket] router and IP

2005-03-17 Thread Francois Piette
> Why do you need your local IP address, why can't you bind to IP 0.0.0.0? Maybe he has several interfaces and want to listen on only one of the interfaces ? -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.e

Re: [twsocket] router and IP

2005-03-17 Thread Dan
Why do you need your local IP address, why can't you bind to IP 0.0.0.0? Dan - Original Message - From: "rogersmail" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, March 17, 2005 1:15 AM Subject: Re: [twsocket] router and IP Also the websit

Re: Re[2]: [twsocket] router and IP

2005-03-17 Thread Francois Piette
> I do have a app that gives me External and internal IP's and gateways etc > which if anyone wants the cpp project then see below.. its a BCB6 project > using ICS and API. > It can be found below to see if its what you need.. > > excutable is at: > http://www.paxads.com/NetInfo.exe > project is at

Re: Re[2]: [twsocket] router and IP

2005-03-17 Thread rogersmail
http://www.paxads.com/NetInfo.zip P.S.. not sure if i am allowed to post the above so if not please delete and sorry.. - Original Message - From: "Fredrik Bergström" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, March 17, 2005 7:39 AM Subject: Re[2]:

Re: Re[2]: [twsocket] router and IP

2005-03-17 Thread rogersmail
I have no problem getting the external ip and i use this:.. for those interested a bit more added to make sure.. ? - Original Message - From: "Fredrik Bergström" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, March 17, 2005 7:39 AM Subject: Re[2]

Re[2]: [twsocket] router and IP

2005-03-16 Thread Fredrik Bergström
The only good way I have found to get your "external" IP address has been to check a website for it. Either make a small phpscript like this: or get it from parsing the xml on this page for example: http://xml.showmyip.com/ /Fredrik Thursday, March 17, 2005, 2:56:31 AM, you wrote: > The websi

Re: [twsocket] router and IP

2005-03-16 Thread Steve Williams
March 17, 2005 12:10 AM Subject: Re: [twsocket] router and IP You will need to configure the router to do port forwarding. What this means is that you tell the router that any incoming connection on a specified port gets directed to a specific local IP address (your PC). So the PHP script will sti

Re: [twsocket] router and IP

2005-03-16 Thread Steve Williams
I think those may be the firewall settings. On my router (a Billion 741GE), the port forwarding is called 'Virtual Servers'. It may be called something else on your router. Sly rogersmail wrote: Is that in the routers admin under routing with incoming port and outgoing port ranges?...sorry fir

Re: [twsocket] router and IP

2005-03-16 Thread rogersmail
AM Subject: Re: [twsocket] router and IP > You will need to configure the router to do port forwarding. What this > means is that you tell the router that any incoming connection on a > specified port gets directed to a specific local IP address (your PC). > So the PHP script will s

Re: [twsocket] router and IP

2005-03-16 Thread rogersmail
Is that in the routers admin under routing with incoming port and outgoing port ranges?...sorry first time owning a router.. - Original Message - From: "Steve Williams" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, March 17, 2005 12:10 AM Subj

Re: [twsocket] router and IP

2005-03-16 Thread Steve Williams
You will need to configure the router to do port forwarding. What this means is that you tell the router that any incoming connection on a specified port gets directed to a specific local IP address (your PC). So the PHP script will still try to connect to the router's IP address, but the conn

[twsocket] router and IP

2005-03-16 Thread rogersmail
I wrote a program that opens a server on the local pc(for p2p stuff) and talks back and forth to the website, logging on ok and the php script catches the correct IP address of the server started on my PC, however since adding a router to my PC for my kids to use the other PC for the net i logo