VPN Ausnahmen !!

Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen
Author Message
pekepain
DD-WRT Novice


Joined: 09 Jul 2017
Posts: 2

PostPosted: Sun Jul 09, 2017 9:18    Post subject: VPN Ausnahmen !! Reply with quote
Moin, mein kompletter Datenverkehr geht über einen VPN Anbieter!


Gibt es auch Möglichkeiten bestimmte Ports und/oder Webseiten nicht durch den Tunnel zu führen?
Beispielsweise wenn ich Netflix auf verschiedenen Geräten nutze müsste ich auf allen Geräten um den Tunnel führen.
Doof nur wenn man bei manchen die IP nicht festlegen kann...


Ich habe es geschafft einzelne IP Adresse ohne VPN zu betreiben aber die Syntax für Ports oder angewählte Seiten fehlt mir ....

Kann mir jemand helfen?

Bisher:

Code:
iptables -P FORWARD DROP
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 DROP
iptables -t nat -A POSTROUTING -o tun1 -j MASQUERADE

iptables -P FORWARD DROP
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 FORWARD -i br0 -s [b]10.0.10.xxx[/b] -j ACCEPT
iptables -I FORWARD -o br0 -d [b]10.0.10.xxx[/b] -j ACCEPT
iptables -I INPUT -i tun1 -j DROP
iptables -t nat -A POSTROUTING -o tun1 -j MASQUERADE
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum