[olug] Networking problems

Brian Wiese bwiese at cotse.com
Sun Feb 24 11:28:19 UTC 2002


On Sat, 23 Feb 2002 21:01:26 -0600
"Don E. Kauffman" <dkauffman at tconl.com> wrote:


|Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
|192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0
eth1
|10.200.0.0      0.0.0.0         255.255.0.0     U     0      0        0
eth0
|127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo
|0.0.0.0         10.200.0.1      0.0.0.0         UG    0      0        0
eth0
|
|This is what it looks like now. I can't figure out how to get the 0.0.0.0

|IP to have the ISP's Mask. 

It should be 0.0.0.0, it means on the 'local network' in this case. 
Should the destination be '0.0.0.0' (anything not covered by your previous
routes) then it goes to gateway '10.200.0.1' to reach that destination. 
The gateway '10.200.0.1' is on your local network '0.0.0.0' for eth0,
which is 10.200.0.0 with netmask 255.255.0.0  Your eth0 can reach anything
10.200.xxx.xxx on its local network.

|I had everything set up on the windows box including dns except that I
had 
|two IPs  for the gateway instead of one. I removed the one for the ISP
and 
|kept the one that referred to the eth1.
|
|We are making prorress. I can ping eth0 from the windows box. However, 
|anything outside that is not accessible. including www.olug .org. Would
this 
|be caused by not having the correct mask on the line below?
|
|0.0.0.0         10.200.0.1      0.0.0.0         UG    0      0        0
eth0

as above, I believe you have this correct.

take this strategy... from the windows box

1. ping 192.168.3.1 (your linux box gw, private network, should be good)
2. ping 10.200.6.223 (which you said you could do, your external eth0)
3. ping 10.200.0.1 (the gateway to your isp)
4. ping 63.90.24.11 (olug's ip, then we know we can get to the net)
5. ping <dns servers> (make sure they are up, and we can reach them)
6. ping www.olug.org (then we know dns is working, everything is working!)

|If so, then how do I go about resolving this?
|
|Thanks for your patience!
|
|Don Kauffman


-----------
Brian Wiese
-----------
bwiese at cotse.net
"FREEDOM!"  - Braveheart

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

For help contact olug-help at bstc.net - run by ezmlm
to unsubscribe, send mail to olug-unsubscribe at bstc.net
or `mail olug-unsubscribe at bstc.net < /dev/null`
(c)2001 OLUG http://www.olug.org

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_




More information about the OLUG mailing list