Jump to content
Not connected, Your IP: 52.14.126.74
Sign in to follow this  

Recommended Posts

Is there a way to block Local network connections?

 

I'm thinking of scenarios like this.

 

Router or portal or Firewall or ISP sets up it's own DNS MITM like over the Router IP like 192.168.0.100:53

 

So, in the cases AirVPN allows this IP even in network Lock and DNS leaks occurs.

 

Or may be a HTTP SSH proxy attacks etc on the LAN computers which are not using AirVPN.

 

 

So, to avoid scenarois like this and others, is there a way for people to block LAN connections?

Share this post


Link to post

So, to avoid scenarois like this and others, is there a way for people to block LAN connections?

The links in my signature may help in this case.

For routers

----------tomato routers----------

iptables -I FORWARD -i br0 -o tun11 -j ACCEPT

iptables -I FORWARD -i tun11 -o br0 -j ACCEPT

iptables -I FORWARD -i br0 -o vlan2 -j DROP

iptables -I FORWARD -i br0 -o ppp0 -j DROP

iptables -I INPUT -i tun11 -j REJECT

iptables -t nat -A POSTROUTING -o tun11 -j MASQUERADE

-------------------------tomato routers----------------------------

-------------------dd-wrt---------------

iptables -I FORWARD -i br0 -o tun0 -j ACCEPT

iptables -I FORWARD -i tun0 -o br0 -j ACCEPT

iptables -I FORWARD -i br0 -o vlan2 -j DROP

iptables -I FORWARD -i br0 -o ppp0 -j DROP

iptables -I INPUT -i tun0 -j REJECT

iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE

-------------------dd-wrt---------------

Regards,

Flx

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...