update firewall rules for http server
[automated-distro-installer] / wrt-disabled-firewall-rules
1 firewall rules, temporarily disabled until I get them working
2
3
4 #### begin port forwarding rules ####
5 # each port forward needs corresponding forward in the vpn server
6
7
8 config redirect
9 option name bittorrent
10 option src vpn
11 option src_dport 63324
12 option dest_ip 192.168.1.2
13 option dest lan
14 # making the port open (not sure if this is actually needed)
15 config rule
16 option src vpn
17 option target ACCEPT
18 option dest_port 63324
19
20 config redirect
21 option name frodobittorrent
22 option src vpn
23 option src_dport 63326
24 option dest_ip 192.168.1.3
25 option dest lan
26 config rule
27 option src vpn
28 option target ACCEPT
29 option dest_port 63326
30
31
32 config redirect
33 option name treetowlsyncthing
34 option src vpn
35 option src_dport 22000
36 option dest_ip 192.168.1.2
37 option dest lan
38 option proto tcp
39 config rule
40 option src vpn
41 option target ACCEPT
42 option dest_port 22000
43
44
45 config redirect
46 option name bithtpc
47 option src vpn
48 option src_dport 63325
49 option dest_ip 192.168.1.4
50 option dest lan
51 config rule
52 option src vpn
53 option target ACCEPT
54 option dest_port 63325
55
56
57
58
59
60 #### end port forwarding rules ####