RE: Add rules to IPTABLES (Mr Beaconsfield)
"Mr Beaconsfield" <[email protected]>
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
I added some rules to the bottom of initialize.fw. This seems to be working now. Date: Sun, 20 Mar 2005 23:03:06 +1100 From: "Mr Beaconsfield" <[email protected]> Subject: [NoCat] Add rules to IPTABLES To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" I have done some searching and have come up with nothing. I am running NoCatAuth and want to add some extra rules to Iptables in regards to blocking access to ports 22, 23 and 5900:5910 from all IPs other than my local IP 192.168.0.5. I can usually just append a rule to IPTABLES by running something like: IPTABLEs -A INPUT -source ! 192.168.0.5 -protocol all -dport 22 -j DROP If I do this I seem to lose the nocat rules in IPTABLES. Is there a specific method of adding rules to IPTABLES when running NoCatAuth? Regards, David