Subject: Re: Routing question...
To: None <is@beverly.rhein.de>
From: Jan-Hinrich Fessel <oskar@zappa.unna.ping.de>
List: current-users
Date: 12/16/1995 17:39:42
This is a multipart MIME message.

--===_0_Sat_Dec_16_17:38:46_MET_1995
Content-Type: text/plain; charset=us-ascii

In message <0002PF.is@Beverly.Rhein.DE>you write:
> Thats what the ip-up and ip-down scripts are for.

One question:  What is required that these scripts are actually executed?
I do have one, but it never gets executed.

pppd version 2.2 patch level 0
zappa# ls -l `which pppd`
-r-sr-xr-x  1 root  bin  69632 Dec 11 08:27 /usr/sbin/pppd

zappa# ls -l ip-up
-rwx--x--x  1 root  wheel  175 Oct 22 18:45 ip-up

Gruesse
       Oskar

 ==============================================================================
 					Tragbar ist, was nicht herunterfaellt.
						    oskar@zappa.unna.ping.de
 ==============================================================================


--===_0_Sat_Dec_16_17:38:46_MET_1995
Content-Type: application/octet-stream
Content-Description: ip-up
Content-Transfer-Encoding: quoted-printable

#!/bin/sh
if=3D$1
tty=3D$2
br=3D$3
locip=3D$4
remip=3D$5

route delete 193.100.14.16 un-net.unna.ping.de >>/tmp/pppd.log 2>&1
ifconfig $if netmask 255.255.255.255 >>/tmp/pppd.log 2>&1


--===_0_Sat_Dec_16_17:38:46_MET_1995--