is it possible to have more than one gate way for suse 8.2 I like to have more than 1 dial up box -- Hans hans007@prexar.com registered Linux user 289023 "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -Benjamin Franklin
Hans Krueger wrote:
is it possible to have more than one gate way for suse 8.2 I like to have more than 1 dial up box
Hans, There can be only one default gateway (set up in yast2) but you may add static routes to specific networks or hosts. To change the default route either use yast2 or write a short script to delete and recreate it. Something like: route del default route add default gw 1.1.1.1 metric 1 Then add a link to it from a KDE icon on your backdrop. The script needs to be "SUID root" to work though (chmod 4755 script : chown root:root script). Alternatively su to root and run the script. Damian
On Wed, 2003-09-10 at 22:10, Damian O'Hara wrote:
Then add a link to it from a KDE icon on your backdrop. The script needs to be "SUID root" to work though (chmod 4755 script : chown root:root script). Alternatively su to root and run the script.
Scripts can't be made SUID-root... well, they can be made, but they won't work set-SUID. In fact, this is a "limitation" of the Linux kernel: only true binary programs are allowed to be ran set-SUID.
* Hans Krueger; <hans007@prexar.com> on 10 Sep, 2003 wrote:
is it possible to have more than one gate way for suse 8.2 I like to have more than 1 dial up box
You can not do it via YaST2 however it is possible read the following part http://www.lartc.org/howto/lartc.rpdb.multiple-links.html -- Togan Muftuoglu Unofficial SuSE FAQ Maintainer http://dinamizm.ath.cx
participants (4)
-
Damian O'Hara
-
Felipe Alfaro Solana
-
Hans Krueger
-
Togan Muftuoglu