Helllo all,
I'm trying to get my SuSE firewall configured....to do so I began using this HOW-To from SuSE:
http://sdb.suse.de/sdb/en/html/pohle...hfirewall.html
But I have run into some discrepancies with the article....
#1) The first thing I'm asked to do is to add this line to the /etc/sysconfig/personal-firewall:
REJECT_ALL_INCOMING_CONNECTIONS="pppX"
Here pppX (the right one for DSL) should be the device number, but I have no device number for ppp....(I'm assuming you check that with an ifconfig -a).....????
The only devices I get are: eth0, lo, and sit0.
Hmmmmm....and now what????
#2) Second, I have an adsl ehternet modem (up and running) and the article says that for that set-up, I should have an entry like this:
"...In case you use DSL, the name of the file for the first DSL device is ifcfg-dsl0...."
What I have in that directory is:
localhost:/etc/sysconfig/network # ls -la
total 38
drwxr-xr-x 6 root root 320 Apr 9 02:02 .
drwxr-xr-x 5 root root 1224 May 15 10:49 ..
-rw-r--r-- 1 root root 4464 Sep 10 2002 config
-rw-r--r-- 1 root root 5152 May 15 10:48 dhcp
drwxr-xr-x 2 root root 48 Sep 10 2002 if-down.d
drwxr-xr-x 2 root root 48 Sep 10 2002 if-up.d
-rw-r--r-- 1 root root 93 Mar 13 17:03 ifcfg-eth0
-rw-r--r-- 1 root root 96 Sep 10 2002 ifcfg-lo
-rw-r--r-- 1 root root 3970 Sep 10 2002 ifcfg.template
drwx------ 2 root root 48 Sep 10 2002 providers
drwxr-xr-x 2 root root 856 May 15 10:48 scripts
-rw-r--r-- 1 root root 4819 May 15 10:48 wireless
Thus the only entry I have (as far as I get it) is:
ifcfg-eth0
Should I then configure this one?
Any thoughts?