View previous topic :: View next topic |
Author |
Message |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Wed Aug 11, 2010 12:36 am Post subject: Some help please and thank you |
|
|
Okay I successfully made a multi-chat room where any body can join, that is, only if its local host. When I set everything to localhost it works like a charm, but whenever I put my own external ip address, turn off my firewall, forward the port i'm connecting too, and try to connect to myself the bind() fails, change the external ip back to localhost, works normal. Any ideas?
|
|
Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Aug 11, 2010 1:47 am Post subject: |
|
|
As you were told a few times before, you don't bind to your external IP.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8581 Location: 127.0.0.1
|
Posted: Wed Aug 11, 2010 10:36 am Post subject: |
|
|
You only need to bind to your external IP if you have nothing sitting between you and your modem. Meaning your modem is directly assigning its IP to your system.
If you have a router, you will need to bind to the address your routers DHCP table has given your system then forward the port on the router. (That is.. if you have DHCP on the router turned on. If not bind to the static address you set yourself.)
_________________
- Retired. |
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Wed Aug 11, 2010 4:54 pm Post subject: |
|
|
@Wiccan, thanks.
So bind to the address that the DHCP table gave to my system, and port forward a port to that address, got it!
|
|
Back to top |
|
 |
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Wed Aug 11, 2010 5:58 pm Post subject: |
|
|
Or better yet just specify that computer to have a constant IP, this will eliminate the chance that the IP on that box gets set to a different IP than you expect.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25719 Location: The netherlands
|
Posted: Wed Aug 11, 2010 7:11 pm Post subject: |
|
|
not sure if this is even related (sleepy) but try binding 0.0.0.0
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|