Mailinglist Archive: opensuse-security (555 mails)
| < Previous | Next > |
Re: [suse-security] firewalling canna port 5680
- From: Joss Winn <joss@xxxxxxxxxxxx>
- Date: Thu, 24 May 2001 07:50:51 +0900
- Message-id: <20010524075051.A764@xxxxxxxxxxxx>
just for the record, these commands worked in the end :-) thanks to
all that helped. nmap still shows the port open, but I guess this is
good enough.
iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -p tcp --dport 5680 -i
lo -j ACCEPT
iptables -A INPUT -d 127.0.0.1 -p tcp --dport 5680 -j DROP
--
http://www.josswinn.org
all that helped. nmap still shows the port open, but I guess this is
good enough.
iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -p tcp --dport 5680 -i
lo -j ACCEPT
iptables -A INPUT -d 127.0.0.1 -p tcp --dport 5680 -j DROP
--
http://www.josswinn.org
| < Previous | Next > |