![]() |
![]() OCAU News - Wiki - QuickLinks - Pix - Sponsors |
|
|||||||
| Notices |
|
Sign up for a free OCAU account and this ad will go away! Search our forums with Google: |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Member
Join Date: Apr 2003
Location: QLD
Posts: 2,648
|
Heyas, not sure if your going to understand this, but try and stick with me, I have pretty limited knowledge with this stuff
anyway, I have this line of code: Code:
smtp : 127.0.0.1 : deny smtp : ip.address.that.i.dont.like : deny smtp : ip.address.that.i.dont.like : deny smtp : ALL : allow now what I am trying to do, is implement it on a further basis, but with ports, specificly port 10000, something like this: Code:
10000 : 127.0.0.1 : allow 10000 : ip.address.that.i.dont.like : deny 10000 : ip.address.that.i.dont.like : deny 10000 : ALL : allow Cheers, Adam |
|
|
|
| Join OCAU to remove this ad! |
|
|
#2 |
|
Member
Join Date: Mar 2002
Location: BrisVegas
Posts: 1,734
|
Limiting ports like that only works for inetd-started programs, IIRC.
In other words, if the program that listens on port 10000 is always running, then no, that won't stop anything. You'll have to set up the program itself to not listen to that IP address. This is just a guess by the way, I can be wrong. |
|
|
|
![]() |
| Bookmarks |
|
Sign up for a free OCAU account and this ad will go away! |
| Thread Tools | |
|
|