Networking Forums

Networking Forums > Computer Networking > Linux Networking > Cannot access Linux Web Page or ping linux server from different subnet.

Reply
Thread Tools Display Modes

Cannot access Linux Web Page or ping linux server from different subnet.

 
 
Paul Graves
Guest
Posts: n/a

 
      07-19-2003, 07:24 PM
I have two nic's in my linux web server: 150.150.32.104 and 150.150.32.105.
They are both on the same subnet: 255.255.254.0.

the .105 is set up in DNS... I can not ping or access the web server from
another subnet across a sysco router.

Am I stupid for having two nic's on the same subnet or what? All client
pc's are NT 2000.

Thanks,

Frustrated Newbie.


 
Reply With Quote
 
 
 
 
Timo Voipio
Guest
Posts: n/a

 
      07-19-2003, 08:34 PM
Paul Graves wrote:
> Am I stupid for having two nic's on the same subnet or what? All client
> pc's are NT 2000.


Yes you are. IIRC Networking-HOWTO (http://www.tldp.org/ and search for
'networking') explains the concept of subnets rather well.

The fundamental reason why not to have two NIC's on the same subnet is that
your routing tables will get confused. Very confused. Of course, there are
situations when it is possible and even necessary to use two NIC's with IP's
on the same subnet (or even the same IP!), but these are advanced stuff from
LARTC (Linux Advanced Routing & Traffic Control, http://www.lartc.org/)

HTH,

-TImo

--
Timo Voipio | Helsinki, Finland | ICBM at: 60 11.800 N 024 52.760 E
GeekCode ver 3: GU>CC d s-: a--- C++ UL(+)$>+++$ P+>+++ L++(+) E- W++ N++
o? K? w O M- V- PS PE Y+ PGP+ t 5++ X R tv- b++(++++) DI+ D G e- h! r !y

 
Reply With Quote
 
Ian Northeast
Guest
Posts: n/a

 
      07-20-2003, 08:39 AM
Paul Graves wrote:
>
> I have two nic's in my linux web server: 150.150.32.104 and 150.150.32.105.
> They are both on the same subnet: 255.255.254.0.
>
> the .105 is set up in DNS... I can not ping or access the web server from
> another subnet across a sysco router.
>
> Am I stupid for having two nic's on the same subnet or what? All client
> pc's are NT 2000.


It probably won't have the result you expect. Traffic coming in on .105
will probably be responded to on .104 so if you are trying to achieve
load balancing it won't work.

But it should not stop things working altogether. What does the routing
table show (netstat -rn)? Can you ping .104 remotely?

Regards, Ian
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
linux as multi-port (subnet) router using Ubuntu 11.10 server lincy Linux Networking 21 04-10-2012 03:22 PM
Linux workstation to Linux Server file access??? bobmct Linux Networking 5 06-11-2006 11:39 AM
conf. web page in linux server Luis Figueiredo Linux Networking 1 10-29-2005 07:15 AM
Unable to ping linux server from different subnet. Paul Graves Linux Networking 1 07-20-2003 02:28 PM
Cannot ping linux from different subnet. Paul Graves Linux Networking 0 07-19-2003 07:24 PM



1 2 3 4 5 6 7 8 9 10 11