Open angusding opened 5 years ago
For example, LAN IP segment: 192.168.0.0/24 Only permit the host 192.168.0.11 to use Full Cone NAT and the others use MASQUERADE.
-s 192.168.0.11 -j FULLCONENAT and ! -s 192.168.0.11 -j MASQUERADE ?
-s 192.168.0.11 -j FULLCONENAT
! -s 192.168.0.11 -j MASQUERADE
Only use that in POSTROUTING chain? Don't need in PREROUTING chain?
For example, LAN IP segment: 192.168.0.0/24 Only permit the host 192.168.0.11 to use Full Cone NAT and the others use MASQUERADE.