Die Suche ergab 12 Treffer: dport

Suchanfrage: +dport

von YaYaHomeOffice
10 Jun 2024 13:38
Forum: Die Bastelecke
Thema: Samba Server auf einem raspberry Anzeige unter Netzwerk
Antworten: 4
Zugriffe: 1258

... aufgefordert werde?

Vielen Dank im Voraus!

/edit gefunden der udp 5353 war es, aktuell läuft es


-A INPUT -i eth0 -p tcp -m tcp --dport 445 -j ACCEPT -m comment --comment "samba"
-A INPUT -i eth0 -p udp -m udp --dport 3702 -j ACCEPT -m comment --comment "wsdd service"
-A INPUT -i ...
von Neuling-vu
30 Jun 2023 13:06
Forum: openATV 7.3 PY3.11/OpenSSL 3.1
Thema: OATV 7.3 bzw oe-a 5.3 iptables DNAT Problem
Antworten: 2
Zugriffe: 1013

OATV 7.3 bzw oe-a 5.3 iptables DNAT Problem

... auf die Boxen kopiert und alles funktionierte wie es sollte.

hier die Regeln um die es geht:
iptables -t nat -A OUTPUT -o $IF -p tcp -m tcp --dport 80 -m state --state NEW -j DNAT --to-destination $TPROXY:$TPORT
iptables -t nat -A OUTPUT -s $IP -p tcp -m tcp --dport 53 -m state --state NEW ...
von RoliK
18 Sep 2021 22:46
Forum: openATV 7.0 PY3.9/OpenSSL 1.1.1
Thema: Iptables oder socat oder ncat möglich mit openatv 7.0?
Antworten: 4
Zugriffe: 1093

Iptables oder socat oder ncat möglich mit openatv 7.0?

... Iptables lässt sich aus dem feed installieren, funktioniert jedoch nicht mit dem kernel 4.4.35.

iptables -t nat -A PREROUTING -p tcp --dport 8880 -j DNAT --to-destination 192.168.0.126:80
Errir unknown option to-destination

Für socat und ncat finde ich keine installierbaren Pakete ...
von Netview
15 Dez 2019 14:08
Forum: Gigablue
Thema: iptables: LAN bevorzugen / WAN ggf. kurzzeitig droppen?
Antworten: 1
Zugriffe: 1369

... port ist 2022 (man macht mit drop alles zu und dann mit accept gezielt ips bzw. sub-netze wieder auf):

iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 2022 -j DROP # drop all
iptables -I INPUT -p tcp -s 192.168.0.0/24 --dport 2022 -j ACCEPT # accept local net
iptables -I INPUT -p tcp -s 194.55.138 ...
von schorschi
15 Dez 2019 12:20
Forum: Gigablue
Thema: iptables: LAN bevorzugen / WAN ggf. kurzzeitig droppen?
Antworten: 1
Zugriffe: 1369
Geschlecht:

iptables: LAN bevorzugen / WAN ggf. kurzzeitig droppen?

... mit "iptables" unterwegs und meine, dass die Version für die GBUE4K (oder E2 allgemein) etwas "beschnippelt" ist, zumindest versteht sie kein "-dport" oder "--destination-port". Wie auch immer, wenn du eine Idee hast, würde ich mich sehr freuen

Mein Ziel nochmals kurz zusammengefasst:
Per ...
von arn354
01 Sep 2019 18:11
Forum: Gigablue
Thema: [Info] iptables support für gbquad4k, gbue4k, gbmv200 (gbtrio4k)
Antworten: 1
Zugriffe: 2416

iptables support für gbquad4k, gbue4k, gbmv200 (gbtrio4k)

... ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -j DROP
-A ...
von jemus
10 Feb 2019 14:22
Forum: Allgemeine Informationen
Thema: Ist in openATV 6.2 standardmäßig iptables installiert und aktiviert?
Antworten: 0
Zugriffe: 1790

Ist in openATV 6.2 standardmäßig iptables installiert und aktiviert?

... unten) nicht durchführen, da mir putty dann ausgibt, dass iptables nicht bekannt sei.
iptables -A INPUT -i eth0 -m state --state NEW -p udp --dport 1194 -j ACCEPT

Daher frage ich mich, ob iptables überhaupt das Problem verursachen kann oder wie ich das sonst auf dem enigma2 System ...
von rotten
14 Dez 2018 23:15
Forum: English Section
Thema: iptables-extensions support?
Antworten: 4
Zugriffe: 2751

Hello and thank you both for your answers.
@papi2000 the problem is that --dport exists on iptables-extensions (at least on a normal linux distribution or at least at ubuntu) and i can't find it on opkg
I'm a total newbie on stbs , enigma etc so i don't know what (GREEN-GREEN-Drivers...) mean BUT i ...
von rotten
12 Dez 2018 12:51
Forum: English Section
Thema: iptables-extensions support?
Antworten: 4
Zugriffe: 2751

iptables-extensions support?

Hello.
I'm writing to write a rule using --dport but i can't find iptables-extensions through opkg.
Any ideas?
Thanks!
von lazarusheaven
04 Dez 2017 17:58
Forum: VU+ Zero
Thema: Zero als Sat>IP Client und Tvheadend als Sat>IP Server looft nicht.
Antworten: 0
Zugriffe: 2963

!gelöst! Zero als Sat>IP Client und Tvheadend als Sat>IP Server looft nicht.

... ausschließlich den Port 554. Mit dem Befehl auf dem Server erstellen wir eine Portweiterleitung:
sudo iptables -t nat -A PREROUTING -i eth0 -p udp --dport rtsp -j REDIRECT --to-port 9983


Mit dieser Portweiterleitung auf Port 554 läuft jetzt der Sat>IP Client auf der VU+ Zero mit Tvheadend.
von Projectns
09 Apr 2016 19:04
Forum: openATV 5.2 BETA Rückmeldungen
Thema: iptables fehler
Antworten: 0
Zugriffe: 3584

iptables fehler

Guten Tag,
wollte mittels iptables ein paar ip adressen blocken und sperren.
Leider funktioniert dass blocken von ports nicht richtig.
Beispiel

iptables -A INPUT -j ACCEPT -s externeIP -p tcp --dport 80
iptables: No chain/target/match by that name.
Wollte mal Fragen wie ich das beheben kann?
Grüße
von nothing toulouse
01 Dez 2014 14:49
Forum: Plugins
Thema: Wie bekomme ich OpenVPN zum laufen?
Antworten: 24
Zugriffe: 62464

... den initialen Aufbau des Tunnels zu unterbinden:

# iptables -A OUTPUT -d zieladressedesvpntunnels -p udp -j ACCEPT
# iptables -A OUTPUT -p udp --dport 53 -j ACCEPT
# iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
# iptables -A OUTPUT -o eth+ -j DROP

Dabei sollen die zweite und dritte Zeile regeln ...

Zur erweiterten Suche