- or download this
conduit permit tcp host 192.168.1.1 eq www any (hitcnt=57476)
conduit permit tcp host 192.168.1.1 eq 139 host 192.168.2.1 (hitcnt=2)
- or download this
conduit permit tcp|host|192.168.1.1|eq|www|any|(hitcnt=57476)
conduit permit tcp|host|192.168.1.1|eq|139|host|192.168.2.1|(hitcnt=2)
- or download this
#!/usr/bin/perl -w
...
print OUT "$conduit $permit $tcpudp $host1\|$ip1\|$eq\|$port\|$hos
+t2\|$ip2\|$hitcnt\n";
}
- or download this
conduit permit tcp|host|192.168.1.1|eq|www|any|(hitcnt=57476)
conduit permit tcp|host|192.168.1.1|eq|139|host|192.168.2.1