Re: computer with both modem and ethernet...

2001-07-31 Thread Martin Würtele
On Mon, Jul 30, 2001 at 12:58:26PM -0400, Walter Tautz wrote: > is there a way to have the system to automagically > use the modem if the ethernet wasn't plugged in > or vice versa? if you use it on a notebook and connect to a dhcp server you can use something like this #!/bin/sh ETHIP=`/sbin/if

computer with both modem and ethernet...

2001-07-30 Thread Walter Tautz
is there a way to have the system to automagically use the modem if the ethernet wasn't plugged in or vice versa? -walter