Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

outbound access auf alle ports freigeben

Empfohlene Antworten

Veröffentlicht

Hi allerseits,

Ich hab absolut keine Erfahrung in Netzwerk Administration, musste aber folgendes machen:

outbound access fuer alle Ports eines Subnetzwerkes freigeben, naehmlich 192.35.223.0/24. Nach etwas google hab ich folgendes zusammengebastelt:


server_ip="192.35.223.0/24"

iptables -A INPUT -p tcp -s $server_ip -m tcp --dport 80 -j ACCEPT

(dasselbe fuer die anderen Ports)

Ist das richtig? Moechte nur sicher gehen dass ich nicht das Tor zum Abgrund oeffne!

Danke Euch,

Noe

Diese Regel lautet übersetzt:

Erlaube (-j ACCEPT) alle eingehenden (-A INPUT) TCP-Pakete (-p tcp) mit dem Zielport 80 (--dport 80) und der Quelladresse in 192.35.223.0/24 (-s 192.35.223.0/24).

So eine Regel kannst du jetzt für mehrere Ports definieren, oder du erlaubst einfach allen Traffic von dieser Quelle (wenn ihr der vertraut), in dem du die TCP-Optionen weg lässt (-m tcp, -p tcp und --dport 80). Das wäre sicherlich übersichtlicher.

Abschließend solltest du nicht vergessen, die IPtables-Konfiguration zu sichern, sonst ist sie nach dem nächsten Reboot weg!

Ok, super! Vielen Dank!!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.