Rilo Ravestein
Neophyte Sage
- Joined
- Mar 6, 2014
- Messages
- 685
Like this, your 02000 rule is redundant, since it is already covered in rule 01006.Code:${fwcmd} add 01006 allow ip from 192.168.1.0/24 to 192.168.1.0/24 keep-state ${fwcmd} add 02000 allow ip from 192.168.1.0/24 to 192.168.1.202 keep-state #this being the IP of the transmission Jail, NOT my my actual server which is 1.16
If i assume you would like to connect to a VPN, then your 02000 rule should not be to allow traffic to the jail IP but to the VPN server IP
[/QUOTE]Code:${fwcmd} add 02000 allow ip from 192.168.2.0/24 to ##. ###. ###. ### keep-state #VPN IP[/CODE]