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

iptables: prevent connections from outside, but allow Airvpn?

Recommended Posts

​Hello.

​Just tried this simple rule:

​-A INPUT -p tcp --syn -j DROP

​...​and found out, it prevents me from establishing an Airvpn session.

So, my question is in the subject line - and I'm not good enough at networking to figure that out myself.

​Would appreciate specific suggestions.

Share this post


Link to post

This is what I use (DD-WRT)

 

iptables -I FORWARD -i br0 -o tun1 -j ACCEPT
iptables -I FORWARD -i tun1 -o br0 -j ACCEPT
iptables -I FORWARD -i br0 -o vlan2 -j DROP
iptables -I INPUT -i tun1 -j REJECT
iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE

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...