![]() |
Force all internet traffic through tun0 (Vpn Interface)
I am trying to configure iptables on one of my computers to ONLY be allowed to do the following:
1. The computer IS allowed to be accessed by other computers on the LOCAL network. 2. ALL internet traffic (IN and OUT) MUST use the tun0 (OpenVPN tunnel) interface. 3. ALL other traffic that doesn't apply to the above two rules MUST be DROPPED. My iptables script seems to be working the way I want it to, but I wanted another set of eyes to see if they can catch any "security holes" I may be missing regarding the rules I described above. It is very important that this computer can only be allowed these specific rules. I will take any suggestions that anyone may have. Thanks for your time! Code:
#!/bin/bash |
Hello,
After looking through it, it looks pretty good! I do recommend that you fire up nmap, or another applicable program, and try scanning your computer from different resources and computers outside of your local network, even within your network, to do a security check of your configuration. When I built up my firewall, that is exactly what I did in order to get it just right. One more thing - Just because it looks good to me, doesn't mean that it is. We all have different networks, and different setups, so you should really test your network like I said to verify. Cheers, Josh |
Quote:
Dana |
No problem. Let me know how the results turn out then.
Josh |
| All times are GMT -5. The time now is 03:50 AM. |