Mailinglist Archive: opensuse (4054 mails)
| < Previous | Next > |
Re: [SLE] need HELP with iptables Firewall
- From: Alexey Eremenko <al4321@xxxxxxxxx>
- Date: Fri, 20 Jan 2006 08:07:17 -0200
- Message-id: <7fac565a0601200207i4a4d332bw940a0c704c777919@xxxxxxxxxxxxxx>
>
>
> You can try with this:
>
> iptables -A INPUT -i lo -j DROP
> iptables -A OUTPUT -i lo -j DROP
Thanks Kulla, but there are another 2 problems with your commands:
1. you can't use "-i" parameter for OUTPUT chain LOL :) (must be -o instead)
anyway I did:
iptables -F
iptables -A INPUT -i lo -j DROP
iptables -A OUTPUT -o lo -j DROP
2. I still *can* access my Web Server !
With this you should kill all localhost network.
>
> What are you trying to achieve, what's the goal of doing all this?
I'm learning Linux Firewall - IPtables now.
-Alexey.
>
> You can try with this:
>
> iptables -A INPUT -i lo -j DROP
> iptables -A OUTPUT -i lo -j DROP
Thanks Kulla, but there are another 2 problems with your commands:
1. you can't use "-i" parameter for OUTPUT chain LOL :) (must be -o instead)
anyway I did:
iptables -F
iptables -A INPUT -i lo -j DROP
iptables -A OUTPUT -o lo -j DROP
2. I still *can* access my Web Server !
With this you should kill all localhost network.
>
> What are you trying to achieve, what's the goal of doing all this?
I'm learning Linux Firewall - IPtables now.
-Alexey.
| < Previous | Next > |