Displaying 1 result from an estimated 1 matches for "tosx".
Did you mean:
  osx
  
2001 May 24
0
ipchains
...is denied and logged
/sbin/ipchains -A forward -s 0.0.0.0/0 -d 0.0.0.0/0 -l -j REJECT
# End of firewall script
# -------------------------------------
/sbin/ipchains -L input -n -v        -->
Chain input (policy REJECT: 210392 packets, 52777660 bytes):
 pkts bytes target     prot opt    tosa tosx  ifname  source                destination           ports
   56  7193 ACCEPT     all  ------ 0xFF 0x00  eth0    192.168.1.0/24       0.0.0.0/0             n/a
    0     0 ACCEPT     all  ------ 0xFF 0x00  tap1    192.168.1.0/24       0.0.0.0/0             n/a
    0     0 ACCEPT     all  ------ 0xF...