From owner-freebsd-isp Tue Dec 17 04:20:50 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA19733 for isp-outgoing; Tue, 17 Dec 1996 04:20:50 -0800 (PST) Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.238.120.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id EAA19728 for ; Tue, 17 Dec 1996 04:20:35 -0800 (PST) Received: (from luiz@localhost) by mirage.nlink.com.br (8.6.12/8.6.12) id JAA26223; Tue, 17 Dec 1996 09:20:04 -0200 Date: Tue, 17 Dec 1996 09:20:04 -0200 (EDT) From: Luiz de Barros To: isp@freebsd.org Subject: PPPD , SUID problems, ip-up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear FreeBSD Experts, I am having a few problems with our PPP server machine. It is running on FreeBSD2.1.5-RELEASE. Our dial-up clients are not being able to add routes from ip-up. I can add arps but not routes. The clients have networks conected via dial-up line and we need to add routes to the machines on the network. I tryed making a login script that would run pppd and them add routes as the ppp connection is stabilished. i made a suid ( chmod 4555 ) as root.bin user to make all the work and all i got is permission denied. Is this because of security holes of suid scripts? What should i do? Luiz