*- On 7 May, Jens B. Jorgensen wrote about "Re: Network and serial port" > > #!/bin/bash > while true > do > /usr/sbin/pppd /dev/ttyS0 115200 nodetach noauth proxyarp passive > asyncmap 0 > 192.168.1.2:192.168.1.3 > done >
Just curious. Why are you using an infinite loop and not the persist pppd option? I have never used ppp over serial so I may be missing something, but it just struck me as odd. Thanks, -- Brian --------------------------------------------------------------------- Mechanical Engineering [EMAIL PROTECTED] Purdue University http://www.ecn.purdue.edu/~servis ---------------------------------------------------------------------