Quantcast
Channel: Tomato Firmware
Viewing all articles
Browse latest Browse all 5181

OpenVPN Client Security Enhancement

$
0
0
I'd like to see the following security enhancement (fix frankly) in FreshTomato. By default, the OpenVPN client adds the following firewall rules.

Code:
iptables -I INPUT -i tun11 -j ACCEPT
iptables -I FORWARD -i tun11 -j ACCEPT
For unidirectional tunnels (typical seen w/ a commercial OpenVPN provider), this is unnecessary. By default, all local networks (br0, br1, etc.) are allowed to initiate outbound connections to the internet, whatever the network interface (vlan2 (wan),...

OpenVPN Client Security Enhancement

Viewing all articles
Browse latest Browse all 5181

Trending Articles