Help for this page

Select Code to Download


  1. 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)
    
  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)
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        print OUT "$conduit $permit $tcpudp $host1\|$ip1\|$eq\|$port\|$hos
    +t2\|$ip2\|$hitcnt\n";
    }
    
  4. 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