Quote:
Originally Posted by skaarak
I guess I was considering the outgoing connections.
For example.
Say my EQ Server is set up to be eq.server.net.
So I have one NIC card set to 192.168.0.15 (internal)
and one to be 77.77.77.77 (external - eq.server.net)
When people connect in it should be going to 77.77.77.77,
this is true, but when the program sends out packets to
be returned is it going out on 77.77.77.77 or 192.168.0.15?
Maybe it doesn't matter because any outgoing packets
have a traceable route back to the program. My TCP/IP
networking structure & theory is very rusty these days.
This question is coming up becayse my Internal address has
an extensive firewall system to deny hackers entrance.
-Cory
|
Looking at the setup you have above... if you have a Linux box that is configured as the gateway, yes - to provide information to an internal network your going to need two cards.
If thats how you want to keep your setup, id say you need to add a router into the setup, unless you want to configure the addresses on the secondary nic yourself, DHCP makes things much easier in that reguard. Like the others said, You need to configure your two cards to access the internet from other computers, meaning you need to bridge the connections(depending on what linux has for options... on windows, i have to bridge my internet connection w/ my local). Now im not very familiar with linux, this is just speaking in generalities.
If i read it right, your setup wants to have the linux box directly connected to the internet.
The second nic would connect to a router, when u bridge the two together, you should be able to automatically seperate local signals from external signals.
I 'think' it would look something like this.
Incommiong EQ connection to <your external IP address> -- this hits a port on linux box and is routed over the bridged connections to your internal router. The router hitting another port, which would then be shot off to the server. This allows no direct access to your server. Like dark said, the server then responds on the same port, since it is already connected to the world server on ur computer.