+ Reply to Thread
Results 1 to 1 of 1
Thread: Iptable command
-
Administrator
- Join Date
- Jul 2006
- Posts
- 94
Iptable command
Iptable command to block incoming smtp connections to a particular domain.
iptables -I INPUT -p tcp --dport 25 -m string --string "@domianname"
--algo bm -j DROP
for example
iptables -I INPUT -p tcp --dport 25 -m string --string "@example.com"
--algo bm -j DROP


LinkBack URL
About LinkBacks



Reply With Quote