Re: [expert] password in KDE 2 screensaver

2001-03-07 Thread Sheridan Hawken
Hi everyone, I found my root account works fine with locking the screen and needing a password to get in. However , all of my user accounts that log in with kde do not need a password to unlock the screen even thought it is set to demand a password. I have tried it on a couple of machine with

Re: [expert] IP Masquerading

2000-11-02 Thread Sheridan Hawken
Hi Jon, I would use port forwarding. The rule in ipchains looks like this: /usr/sbin/ipmasqadm portfw -a -p tcp -L InternetIP Port -R InternalIP Port /usr/sbin/ipmasqadm portfw -a -p tcp -L xxx.xxx.xxx.xxx 80 -R xxx.xxx.xxx.xxx 80 ( this allows http through to an internal machine ) There