Hi
We have two separate network in two different offices with both Class C IP.
 
Network A 
IP from 192.168.100.1 to 50
Dial-up (RH7.2 pppd/mgetty) server ppp0 IP 192.168.100.99
Web/Email server with one public IP
win98/w2k clients
 
Network B
IP from 192.168.100.101 to 18
Dial-in server (RH7.2 NAT/IP forwarding/internet sharing) ppp0 IP 192.168.100.100
w98/w2k clients
 
Network B dial-in server connect to Network A Dial-up server to retrieved their e-mail and browse the internet. What I want is, is there any way that this two network see each other (w98/w2k clients) to share resources and for  support using using these two dial-in/up server.
Someone told me that I can do that using static routing. I tried
 
Network B (dial-up server)
# route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.100.99
 
Network A (dial-in server)
# route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.100.100
 
I try to ping w98/w2k IP from another w98/w2k but no luck
 
Please help
 
Toto

Reply via email to