I seem to be having a bit of a problem. When I'm connected
to the internet, my computer has about 3 IP addresses. I'm trying
to write a server and only the second IP address can be used
(The one that was assigned to me by my ISP).
I use:
TCP OPEN SERVER PORT %PORT AS SocketHandle
The problem is that using the command above, opens the
server using the first IP address, I've done a couple of test,
and the first IP is only accessible from the local computer. I'm
guessing it's my IP for a home network or something (Although, I
don't have a home network).
------------------
to the internet, my computer has about 3 IP addresses. I'm trying
to write a server and only the second IP address can be used
(The one that was assigned to me by my ISP).
I use:
TCP OPEN SERVER PORT %PORT AS SocketHandle
The problem is that using the command above, opens the
server using the first IP address, I've done a couple of test,
and the first IP is only accessible from the local computer. I'm
guessing it's my IP for a home network or something (Although, I
don't have a home network).
------------------
Comment