Newbie ? in IPCHAINS deny and allow
Hi Guys, How to make a rule that DENY a specific ip address something like 192.168.26.xxx ? and how to allow? Thanks bye ===== Jonathan J. Terbio ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
Jonathan Terbio wrote:
Hi Guys,
How to make a rule that DENY a specific ip address something like 192.168.26.xxx ? and how to allow?
(I suppose you mean to deny/accept input) _DENY:_ # Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j DENY ALLOW: # Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j ALLOW Bart
Thanks Bart, How about if DENY/ALLOW A single IP address? (e.g. 192.168.26.200) Regards, Jonathan --- Schelstraete Bart <bschelst@bru-hub.dhl.com> wrote: > Jonathan Terbio wrote:
Hi Guys,
How to make a rule that DENY a specific ip address something like 192.168.26.xxx ? and how to allow?
(I suppose you mean to deny/accept input)
_DENY:_
# Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j DENY
ALLOW:
# Where ppp0 is your interface ipchains -A input -i ppp0 -s 192.168.26.0/255.255.255.0 -j ALLOW
Bart
===== Jonathan J. Terbio ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
Hi Bart, Where i can store that rule if i need to DENY/ALLOW multiple single ip addresses? Thanks, Jonathan --- Schelstraete Bart <bschelst@bru-hub.dhl.com> wrote: > Jonathan Terbio wrote:
Thanks Bart,
How about if DENY/ALLOW A single IP address? (e.g. 192.168.26.200)
Then it is:
ipchains -A input -i ppp0 -s 192.168.26.200 -j ALLOW
and
ipchains -A input -i ppp0 -s 192.168.26.200 -j DENY
Bart
===== Jonathan J. Terbio ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
Hello Has anyone installed Matrox G450 Dual Head with SuSE 7.2? I'm thinking to buy one, but I'm not sure if SuSE 7.2 supports it... J. Tamminen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On July 31, 2001 05:47 am, Jaakko Tamminen wrote:
Hello
Has anyone installed Matrox G450 Dual Head with SuSE 7.2?
I'm thinking to buy one, but I'm not sure if SuSE 7.2 supports it...
I'm using it quite happily under 7.1. It's a great card and I'm glad I bought it. If you want X to work well, I strongly recommend the following: - - 2.4.5 kernel - - XFree86 4.1.0 from SuSE and the DRI that SuSE distributes with it - - Follow the instructions from the README, do not run SaX2 normally I am very glad that 4.1.0 works so well, I'm happily playing SoF and Rune, even. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7ZsOl+FOexA3koIgRAnIOAJ9VlMIVPujyplOsCtvadKCP9mHGzACgsZG3 CaRXWaoOdFh9r8jbwbqdi7U= =OO3Z -----END PGP SIGNATURE-----
participants (4)
-
Jaakko Tamminen
-
James Oakley
-
Jonathan Terbio
-
Schelstraete Bart