#My external ip dont change
18 messages · Page 1 of 1 (latest)
What IP is the one that you can manually connect to?
And is the server running right now?
in basic tcp/ip a packet leaving your network is 'return-addressed' with the address of the interface it leaves from. it sounds like you have two IPs assigned to the same interface, which means one (the one you want to use) is a 'VIP' or 'virtual IP'. there's two ways to change this behavour, either setting the default ip address of this interface to the 'correct' ip address, if you can (which you may not be able to since it's on your WAN interface) or creating an 'outbound NAT rule' in your firewall that assigns the 'correct' IP to packets matching.
Here's a snippet of how such a configuration would look on my firewall:
177.101.32.125
yes
I am unable to see the server online on either of those IPs
the port is 2302
I see it now
Try using the -ip parameter when launching the server to change the IP in that case