1 Server with 2 ethernet cards IP on seperate network. Possible?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers 1 Server with 2 ethernet cards IP on seperate network. Possible?
# 1  
Old 01-12-2012
1 Server with 2 ethernet cards IP on seperate network. Possible?

Hi All,

I have just setup a webserver running on a linux box. This server has 2 ethernet cards and only 1 is in used now. eg. 192.168.10.1 is my server IP. All users from 192.168.10.X can access my webserver. However, users from another LAN 10.10.10.X are not able to access my webserver. They can ping and receive response from my server yet web browing is not possible. I assume port 80 has been blocked somewhere in between the network across these 2 LANs.


What I am trying to do is to connect another cable to 2nd ethernet port with IP 10.10.10.1. This means my machine is now connected to 2 seperate LANs (192.168.10.X and 10.10.10.X) - these are static IPs.

I am hoping that by this way users from 10.10.10.X network can access my webserver...they will go through the 10.10.10.X router/switches and reach my server 2nd ethernet card 10.10.10.1.


Is this possible? Do I need to setup any routing on my server? Another question is, what if my server has a domain name eg. linuxsrv01.domain.com and this domain is linked to 192.168.10.1 (my first IP). Users from 192.168.10.X network can access my webserver by typing linuxsrv01.domain.com on thier web browser (this is ok and confirmed). Question is, with the above setup, will users from 10.10.10.X network be able to access my webserver by typing linuxsrv01.domain.com?
WIll they automatically get resolved to 10.10.10.1?


COnfused...
jack

Last edited by Scott; 01-12-2012 at 06:30 AM.. Reason: Crosspost. Closed.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Idenity no of ethernet cards on the server

How can I identify how many ethernet adapter cards I have on the server from the below ouput ? $>lsdev -Cc adapter | grep ent ent0 Available 06-08 10/100/1000 Base-TX PCI-X Adapter (14106902) ent1 Available 07-08 2-Port 10/100/1000 Base-TX PCI-X Adapter (14108902) ent2 ... (5 Replies)
Discussion started by: mk8570
5 Replies

2. Solaris

Network cards - Routing

Hi all I hate networking, I hate everything to do with it. Its something I do in anger in one contract, then forget. This is more of a question / than a problem. So, on a solaris 10 server, using older qfe cards, Ive got a sun truck with 4 nics (qfe0,3,4,7), and a ipmp pair (hemo0,qfe1).... (2 Replies)
Discussion started by: sbk1972
2 Replies

3. Solaris

qfe errors and network cards

Hi All, Hope you are all doing good. In MY unix box i have 2 network cards. I want to know what if one network card fails. Does the second one will automatically take all the traffic or how it is supposed to work. Also in my logs i am seeing below errors . Can you throw some light of this qfe... (3 Replies)
Discussion started by: Krrishv
3 Replies

4. UNIX for Dummies Questions & Answers

UNIX command for ethernet cards?

Hi Gang.. Anybody know the unix (SUN) command to determine how many network cards are installed in a system?? Thx (4 Replies)
Discussion started by: jimmyc
4 Replies

5. Solaris

How to find network cards available ...

Hi all, I have a server running with Solaris and I have 2 Pci cards installed on this server (since a while), 1 with 4 coppers connections output and one with a Fiber network connection output. Today, this server is using the on board network connection (Ce0). How can I find the other... (7 Replies)
Discussion started by: unclefab
7 Replies

6. AIX

Load balancing across network cards

The title speaks for itself. I have never attempted this but understand there is a way to use two network cards (en0 and en1) with the same IP address so as to load balance the traffic flow through both cards. Anyone know the answer? (4 Replies)
Discussion started by: johnf
4 Replies

7. Solaris

How to List all Network cards

Hi, I'm looking for a command to be able to list all my network cards available on my server. With the command "ifconfig - a", I can only see to configured network card(s) Any idea ? :confused: Thanks a lot for your help, Fabien (5 Replies)
Discussion started by: unclefab
5 Replies

8. AIX

PCI Ethernet Cards for IBM RISC 6000 - B50's

I am trying to find PCI Ethernet cards that are compatible with the IBM RISC 6000 - B50 Power PC. None of the regular NIC's seem to have AIX drivers. Does anyone know of AIX drivers for standard PCI Ethernet NIC's or a non IBM NIC that works with the Model B50 at 10/100 MB ? (0 Replies)
Discussion started by: rahe
0 Replies

9. UNIX for Dummies Questions & Answers

SCO Unix and Two Network Cards

Our shops server runs SCO Openserver 5 release 5. It has two network cards in it (one on 10.0.0.6 and one on 90.0.0.99). When I run scoadmin and look at the network settings it show both my 3com network cards and a loop back driver http://theentertainer.com/james/untitled.jpg Can anyone tell... (1 Reply)
Discussion started by: potter
1 Replies

10. UNIX for Dummies Questions & Answers

Adding new Ethernet cards

Hi there, I just installed a Sparc 4-port Ethernet adapter on my sparc 10 and was wondering how on earth I find out what the names of the ports are. It looks like on startup that on SBus1 there is something called qec qe qe qe qe. So I tried to do an IFCONFIG qe0...but had no success. Can anyone... (3 Replies)
Discussion started by: jskillet
3 Replies
Login or Register to Ask a Question