Monday, October 31, 2005
"keep state" saves ? and allows ?
1) saves history of a packet (state)
2) allows matching similar packets go straight through rather than through an access control list individually.
* state can be saved for TCP, UDP, and ICMP
2) allows matching similar packets go straight through rather than through an access control list individually.
* state can be saved for TCP, UDP, and ICMP
Save logged packets to a file and view it (2)
1) cat /dev/ipl > /tmp/file
^C to stop
2) ipmon -f /tmp/file
* ipl stands for IP log
^C to stop
2) ipmon -f /tmp/file
* ipl stands for IP log
First step to enable IP Filter (2)
1) uncomment eri in /etc/ipf/pfil.ap
2) svcadm restart network/pfil
* .ap for Access Point
2) svcadm restart network/pfil
* .ap for Access Point
In addition to address translation, NAT can be used
to redirect traffic from one port to another port
* ipnat rdr command
* ipnat rdr command
The "magnificent seven" actions of IP Filter
PPCslab:
P : preauth
P : pass
C : count
S : skip
L : log
A : auth
B : block
* Slab of a PowerPC
P : preauth
P : pass
C : count
S : skip
L : log
A : auth
B : block
* Slab of a PowerPC
