User manual

20: Configuring firewall
_______________________________________________________________________________________________________
config redirect
option src lan
option proto tcp
option src_ip !192.168.1.100
option src_dport 80
option dest_ip 192.168.1.100
option dest_port 3128
option target DNAT
config redirect
option dest lan
option proto tcp
option src_dip 192.168.1.1
option dest_ip 192.168.1.100
option dest_port 3128
option target SNAT
20.10.11 Simple DMZ rule
The following rule redirects all WAN ports for all protocols to the internal host
192.168.1.2.
config redirect
option src wan
option proto all
option dest_ip 192.168.1.2
20.10.12 IPSec passthrough
This example enables proper forwarding of IPSec traffic through the WAN.
# AH protocol
config rule
option src wan
option dest lan
option proto ah
option target ACCEPT
_______________________________________________________________________________________________________
© Virtual Access 2015
GW1000 Series User Manual
Issue: 2.4 Page 139 of 255