Results 1 to 3 of 3

Thread: Two network cards --- possible use?

  1. #1
    Join Date
    Apr 2007
    Beans
    278

    Two network cards --- possible use?

    Hey Folks:

    I just received a new server with two network cards on the motherboard. Now, I know that in certain scenarios, the two ports are used as a one-in and one-out situation so all network traffic is routed through the server.

    However, for me, this server is the only computer on the network. As such, is there benefit or scenario in which I could utilize both ports?

    The server is simply a remote file backup server, a web server, and a MySQL server.

    Thanks!

  2. #2
    Join Date
    Feb 2010
    Location
    California
    Beans
    244
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Two network cards --- possible use?

    I can think of hundreds, but you ruled out most by saying what they are for.

    For your setup, you could make a service only listen on one nic, like samba or ssh. That way the public wan facing NIC would appear to not have anything but port 80 open, but then nic #2 can have admin services bound to it, without a known hostname or address.

    A great use for this if your not going to turn this box into a router, is to bind samba or webmin to the second nic, so you can have the awesome-ness, bind it to that second interface, and not worry about locking it down, as it only listens on probably what is a lan facing nic.

    The other great use is to set it up as a router. Then you can move your wireless router to a better room, and use it as an access point instead of a router.

  3. #3
    Join Date
    Apr 2007
    Beans
    278

    Re: Two network cards --- possible use?

    Quote Originally Posted by kevinthecomputerguy View Post
    I can think of hundreds, but you ruled out most by saying what they are for.

    For your setup, you could make a service only listen on one nic, like samba or ssh. That way the public wan facing NIC would appear to not have anything but port 80 open, but then nic #2 can have admin services bound to it, without a known hostname or address.

    A great use for this if your not going to turn this box into a router, is to bind samba or webmin to the second nic, so you can have the awesome-ness, bind it to that second interface, and not worry about locking it down, as it only listens on probably what is a lan facing nic.

    The other great use is to set it up as a router. Then you can move your wireless router to a better room, and use it as an access point instead of a router.
    Thanks for the response. I was actually thinking of something like this. Perhaps have one nic only for port 80 for hosting the website, then the other nic only for SSH.

    The thing is, this is the only computer on the LAN, there are no other computers connected to the router so the question is, what does this accomplish? Since there are no other comps on the LAN, doesn't that mean that one nic for WWW and one nic for SSH is useless since both nics are looking at the internet?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •