blob: 6c7bfae0d5a2d4d987a2390b1e684619dcecf0c8 (
plain)
1
2
3
4
5
|
scrub in on lo0 all fragment reassemble
nat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1
rdr on lo0 inet proto tcp from any to 1.2.3.4 port = 2222 -> 10.0.0.10 port 22
binat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1
pass in on lo1000000 all no state
|