The advice worked great, thanks!
One last problem though. When I try a traceroute from my win98 machines on
the internal net say to www.cache.net I get so far and then get the error
that the network in unreachable, but I can traceroute the same place from my
linux box and it went all the way through. For example this is what happens
on my win98 box:
Tracing route to oliblish.cache.net [209.160.63.8]
over a maximum of 30 hops:
1 1 ms 1 ms 2 ms mcnamee [192.168.1.10]
2 143 ms 139 ms 139 ms as01.ptld.eli.net [209.210.128.194]
3 202 ms 139 ms 149 ms e1-3.gw01.ptld.eli.net [209.210.128.193]
4 158 ms 149 ms 150 ms a1-0-0--4.cr01.sttl.eli.net [207.173.113.1]
5 190 ms 149 ms 139 ms Serial3-1-1.GW1.SEA1.ALTER.NET
[157.130.176.149]
6 146 ms 159 ms 159 ms 103.ATM3-0.XR2.SEA1.ALTER.NET
[146.188.200.38]
7 215 ms 139 ms 189 ms 294.ATM2-0.TR2.SEA1.ALTER.NET
[146.188.200.122]
8 255 ms 180 ms 170 ms 110.ATM5-0.TR2.SCL1.ALTER.NET
[146.188.137.189]
9 224 ms 169 ms 179 ms 198.ATM6-0.XR2.SFO1.ALTER.NET
[146.188.147.161]
10 232 ms 189 ms 169 ms 186.ATM3-0-0.CR1.SFO1.ALTER.NET
[146.188.148.133]
11 216 ms 199 ms 200 ms 133.Hssi5-0-0.GW1.SLT1.Alter.Net
[137.39.68.10]
12 pfi-gw.customer.ALTER.NET [137.39.167.18] reports: Destination net
unreachable.
Trace complete.
This is what I get from my linux box:
1 as01.ptld.eli.net (209.210.128.194) 146.837 ms 147.412 ms 149.175 ms
2 e1-3.gw01.ptld.eli.net (209.210.128.193) 138.921 ms 158.288 ms
149.392 ms
3 a1-0-0--4.cr01.sttl.eli.net (207.173.113.1) 148.842 ms 148.618 ms
148.956 ms
4 Serial3-1-1.GW1.SEA1.ALTER.NET (157.130.176.149) 159.051 ms 158.201 ms
149.376 ms
5 103.ATM3-0.XR2.SEA1.ALTER.NET (146.188.200.38) 148.867 ms 148.374 ms
139.261 ms
6 294.ATM2-0.TR2.SEA1.ALTER.NET (146.188.200.122) 148.854 ms 148.452 ms
139.266 ms
7 110.ATM5-0.TR2.SCL1.ALTER.NET (146.188.137.189) 178.927 ms 168.357 ms
179.170 ms
8 198.ATM6-0.XR2.SFO1.ALTER.NET (146.188.147.161) 168.967 ms 168.364 ms
159.268 ms
9 186.ATM3-0-0.CR1.SFO1.ALTER.NET (146.188.148.133) 188.898 ms 178.320
ms 189.153 ms
10 133.Hssi5-0-0.GW1.SLT1.Alter.Net (137.39.68.10) 188.939 ms 198.290 ms
182.810 ms
11 pfi-gw.customer.ALTER.NET (137.39.167.18) 428.884 ms 258.341 ms
249.226 ms
12 i80cr1.ieighty.net (205.166.199.11) 209.032 ms 218.474 ms 209.737 ms
13 209.160.31.214 (209.160.31.214) 218.416 ms 208.210 ms 229.342 ms
14 oliblish.cache.net (209.160.63.8) 218.833 ms * 290.700 ms
this is a problem for my win98 boxes because I need to map network drives to
computers on that remote network,and I can't do it because I can't make a
direct connection. Any ideas?
Thanks for the help!
------------------------------------------------------------------------
Curt McNamee <[EMAIL PROTECTED]>
ICQ - 654042
On 28-Apr-99 Curt McNamee wrote:
> I have a question about routing with a masq'd box. I have a network at my
> home with 4 computers on it and they all point at my masq'd linux box for
> their default gateway to get onto the net. Everythig works fine and all,
> but the only problem I have is that when I boot my linux box the default
> route is ETH0 set to the netware server I had acting as an IP router, and
> then when I dialup and connect to the internet the ppp link is not set as
> the default route so nothing mapsqd will work. What I ended up having to
> do was kill the default route for eth0 and then dial up and connect and
> then the default route now becomes the ppp link and evetything works,
> except when I traceroute it tries to use eth0 and not ppp0 to do the
> traceroute. Is that what I am supposed to do is kill the default route
> for eth0 and then enable it for ppp0? Would tahe fix my traceroute
> problem? Thanks in advance for the help! I am sorry this email sounds
> odd, lack of sleep will do that to you.
There can be only one default route, because that is where everything that
isn't explicitly routed will go. You need to make specific route entries
for
the subnets that are permanent, and leave the default route for the ppp.
You
must have some idea of what subnets to throw at the netware server, so just
add the necessary static-routes to /etc/sysconfig/static-routes.
Something like this:
eth0 net 192.168.1.0 netmask 255.255.255.0
The parameter for defining the default gateway (GATEWAY) is in
/etc/sysconfig/network -- so you should probably get rid of that. So you
can
use either admin tools to change these things, or just edit the files.
Those
are the files used in Red Hat derivatives and a few other distributions.
Others may just set that junk up in the rc.net scripts.
As far as traceroute trying to use eth0, that is a "feature" ;) You'll have
to specify the device to use with the -i switch.
/* Chris Faherty <[EMAIL PROTECTED]>, finger for PGP */
------------------------------------------------------------------------
Curt McNamee <[EMAIL PROTECTED]>
ICQ - 654042
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]