Greetings,
I'm having a strange problem.
I'm trying to connect a small NT/95/Linux machines to another network then
to the net via a 33.6 modem. (Actually it's going to be 2 - 33.6 modems, but
I'll worry about load balancing later).
The NT network is basicly setup with no problem. All the machines have the
NT server 4.0 as their default gateway, and it itself has IP forwarding turned
on.
I have a 2nd class-c which I can use to dial up to the Main network. That's
hooked to the net via a T1.
I setup an account called netppp on the linux server (redhat 4.1). With the
following shell:
#!/bin/sh
su -c route add -net 207.140.187.0 gw pppnet.qosina.com dev ppp0
/usr/sbin/pppd proxyarp modem crtscts :pppnet.qosina.com. &
pppnet.qosina.com has a IP of 207.140.187.10.
pppd is suid root, and works fine for single user accounts.
However I can't get anywhere... all packets come back lost. Including
from the NTserver 207.140.187.20 to my main server 207.140.174.10. :(
Any suggestions would be greatly appreciated.
<Aram>
--
/*
* Aram Mirzadeh, MIS Manager, Qosina Corp. http://www.qosina.com/~awm/
* PGP Key - http://www.qosina.com/~awm/pgpkey.html
* BE 49 9D F6 2A A7 22 FC 02 E9 1E 3D F7 0C 67 A0
*
* I haven't lost my mind -- it's backed up on tape somewhere.
*/