Nic Steussy <[EMAIL PROTECTED]> wrote:

>When I recently did the same thing, I had to add a 'default' gateway to
>the routing table. (the man page for routed has an example).  Don't know
>if this was the best way, but it worked.

In the routing tables I posted, I believe that's the last entry.  On
the server, that was:

>> Kernel IP routing table
>> Destination     Gateway         Genmask         Flags Metric Ref Use Iface
>> 192.168.10.1    0.0.0.0         255.255.255.255 UH    0      0     0 eth0
>> xxx.xxx.xxx.xx2 0.0.0.0         255.255.255.xx2 U     0      0     0 eth0
>> 192.168.10.0    0.0.0.0         255.255.255.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         xxx.xxx.xxx.xx4 0.0.0.0         UG    1      0     0 eth0
   ^^^^^^^Default  ^^^^^^^^^^^^^^^The DSL gateway box

On the laptop:

>> Kernel IP routing table
>> Destination     Gateway         Genmask         Flags Metric Ref Use Iface
>> 192.168.10.0    0.0.0.0         255.255.255.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         192.168.10.1    0.0.0.0         UG    0      0     0 eth0
   ^^^^^^^Default  ^^^^^^^^^^^^The server (for masquerading)

So that's set up automatically (since I didn't do anything special to
get it (before or after the changover to DSL).

Thanks for the suggestion, though.

                Matthew Saltzman
                Clemson University Math Sciences
                [EMAIL PROTECTED]
                http://www.math.clemson.edu/~mjs



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to