Hi folks,
On my home LAN I have the following setup:
SERVER - PC that boots between Windows NT, RH 6.2 & Windows 98
- IP address 199.1.1.1
- has a modem
- named ahbaid
LAPTOP - Laptop dual boots between WIndows 98 & RH 6.1
- IP address 199.1.1.3
- named qudusiyyah
HP 712/80 - Hp Workstation (HP-UX)
- IP address 199.1.1.4
- named ahmad
ROUTER - Pentium 75 box.
- eth0 : IP address 199.1.1.2
- eth1: IP address 199.1.1.99
- has a modem
- named rehanna
They are connected via. a 10-BaseT network.
Initially I did not have ROUTER and would boot SERVER in Linux. Here I
have successfully setup IP Masquerading vi.a ipfwadm and PPP dial up
(thanks to many on this list).
Now, I am setting up ROUTER to do the same, that way I can dedicate it
to DNS and Internet connectivity. I plan on going to DSL later, hence
the presence of eth1.
The routing table on ROUTER looks like the following:
[root@rehanna /root]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
199.1.1.2 0.0.0.0 255.255.255.255 UH 0 0 0
eth0
199.1.1.99 0.0.0.0 255.255.255.255 UH 0 0 0
eth1
199.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0
199.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0
eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
0.0.0.0 199.1.1.99 0.0.0.0 UG 0 0 0
eth1
0.0.0.0 199.1.1.2 0.0.0.0 UG 0 0 0
eth0
0.0.0.0 199.1.1.99 0.0.0.0 UG 1 0 0
eth1
0.0.0.0 199.1.1.2 0.0.0.0 UG 1 0 0
eth0
[root@rehanna /root]#
However after succesfully establishing a ppp connection, I cannot ping
beyond my LAN, note that I can ping the assigned dhcp IP address on
ppp0.
Any ideas as to what I need to do to get this working?
I copied the ppp files from SERVER to ROUTER and these connect fine. I
think I may have a routing table problem/error/deficiency... or
something...
My /etc/ppp/options file has the following in it:
[root@rehanna /root]# cat /etc/ppp/options
lock
crtscts
noauth
noipdefault
asyncmap 0x0
defaultroute
[root@rehanna /root]#
What am I missing?
Thanks,
Ahbaid.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.