On Sun, Oct 22, 2000 at 03:21:33PM -0400, James Manning wrote:
> anyone got a mirror?
Hello James,
i use this config file with redhat7:
[stb@twain]$ cat /etc/ppp/peers/ipaq
-detatch
proxyarp
defaultroute
noauth
nocrtscts
lock
connect '/usr/sbin/chat -v -t3 ogin--ogin: ppp'
/dev/ttyS1
115200
172.17.1.140:172.17.1.12
to make a ppp connect i type as root:
[stb@twain]# /usr/sbin/pppd call ipaq
172.17.140 is the linux pc and 172.17.1.12 the ipaq.
The "proxyarp" and "defaultroute" options make the
ipaq visible on the local network. to activate routing
on the linux pc type:
[stb@twain]# echo 1 >/proc/sys/net/ipv4/ip_forward
don't forget to check if your ipaq is really on ttyS1
and not ttyS0.
--stb
Received on Sun Oct 22 13:25:35 2000
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:43:44 EDT