Superschnelle Antwort, Danke. Wenn ich SurfSharkVPN mit IPTables starte, läuft alles über die VPN. Was muss ich eingeben um das zu ändern? Mein Hauptproblem ist, wenn ich die Mediatheken nutze kommt oft nicht in Ihrem Land verfügbar.
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere icmp echo-reply
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp echo-request
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere multiport dports ssh,domain,1443 state NEW
ACCEPT udp -- anywhere anywhere multiport dports 22,domain,openvpn state NEW
ACCEPT tcp -- anywhere anywhere multiport dports ssh,domain,1443 state NEW
ACCEPT udp -- anywhere anywhere multiport dports 22,domain,openvpn state NEW
Bekomme auch die Meldung
iptables -t mangle -A OUTPUT -p tcp --dport 13850 -j MARK --set-mark 0x1
Warning: Extension tcp revision 0 not supported, missing kernel module?
Warning: Extension MARK revision 0 not supported, missing kernel module?
alle iptable Pakete sind installiert
iptables-module-xt-mark (1.8.10-r0)
iptables module xt-mark iptables module xt-mark
kann es am xt vor dem Mark liegen?
Nachdem ich IPTables aktiviert habe Habe ich auch kein Connect mehr zum Streamrelay bzw. bleibt der Sender dunkel