Hello,
I am trying to configure a RedHat 9 box at work to dial-in from home. I
followed the guide by Josh Gentry
(
http://www.swcp.com/~jgentry/pers.html). I can coonect to the box but the
Windows client only sees the dial-in server and not the rest of the
network. Below are my config detail and logs.
Any help would be greatly appreciated.
Thanks a lot
Ashoka
-----
Dial-in box ip: xxx.xxx.xxx.34
client ip: xxx.xxx.xxx.227
-----
/var/log/messages:
Jul 9 20:02:49 ssm_mac3 /etc/hotplug/net.agent: NET unregister event not
supported
Jul 9 20:02:50 ssm_mac3 mgetty[3273]: init chat failed, exiting...:
Invalid argument
Jul 9 20:02:50 ssm_mac3 mgetty[3273]: failed in mg_init_data, dev=ttyS0,
pid=3273
Jul 10 11:57:16 ssm_mac3 sshd(pam_unix)[3717]: session opened for user
root by (uid=0)
Jul 10 12:31:09 ssm_mac3 mgetty[3278]: data dev=ttyS0, pid=3278,
caller='none', conn='38400', name='', cmd='/usr/sbin/pppd',
user='/AutoPPP/'
Jul 10 12:31:09 ssm_mac3 pppd[3278]: pppd 2.4.1 started by LOGIN, uid 0
Jul 10 12:31:09 ssm_mac3 pppd[3278]: Using interface ppp0
Jul 10 12:31:09 ssm_mac3 pppd[3278]: Connect: ppp0 <--> /dev/ttyS0
Jul 10 12:31:09 ssm_mac3 /etc/hotplug/net.agent: assuming ppp0 is already
up
Jul 10 12:31:12 ssm_mac3 modprobe: modprobe: Can't locate module
ppp-compress-21
Jul 10 12:31:12 ssm_mac3 modprobe: modprobe: Can't locate module
ppp-compress-21
Jul 10 12:31:12 ssm_mac3 pppd[3278]: not replacing existing default route
to eth0 [xxx.xxx.xxx.249]
Jul 10 12:31:12 ssm_mac3 pppd[3278]: found interface eth0 for proxy arp
Jul 10 12:31:12 ssm_mac3 pppd[3278]: local IP address xxx.xxx.xxx.34
Jul 10 12:31:12 ssm_mac3 pppd[3278]: remote IP address xxx.xxx.xxx.227
----
/etc/ppp/options.server
-detach
asyncmap 0
modem
crtscts
lock
require-pap
refuse-chap
login
proxyarp
noauth
defaultroute
debug
netmask 255.255.255.0
ms-dns xxx.xxx.xxx.45
ms-dns xxx.xxx.xxx.1
-------
/etc/ppp/options.ttyS0
xxx.xxx.xxx.34:xxx.xxx.xxx.227
------
/etc/mgetty+sendfax/login.config has the line:
/AutoPPP/ - - /usr/sbin/pppd file /etc/ppp/options.server
------
route -n output:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
xxx.xxx.xxx.227 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
xxx.xxx.xxx.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.249 0.0.0.0 UG 0 0 0
eth0
-----
ifonfig output:
eth0 Link encap:Ethernet HWaddr 00:B0

0:4C:CC:4B
inet addr:xxx.xxx.xxx.34 Bcast:xxx.xxx.xxx.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:245168 errors:0 dropped:0 overruns:0 frame:0
TX packets:6915 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:30965681 (29.5 Mb) TX bytes:966386 (943.7 Kb)
Interrupt:11 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:720302 errors:0 dropped:0 overruns:0 frame:0
TX packets:720302 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:49187161 (46.9 Mb) TX bytes:49187161 (46.9 Mb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:xxx.xxx.xxx.34 P-t-P:xxx.xxx.xxx.227
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:126 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:8830 (8.6 Kb) TX bytes:202 (202.0 b)
--------