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.

nat Probleme

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe ein Gateway mit Openbsd 3.0 laufen den ich als Router ins internet nutze. Das funtzt auch alles aber ich will jetzt von außen auf einen Webserver in meinen Netzwerk zugreifen und deshalb alle zugriffe auf Port 80 von außen auf einen Rechner mit der IP 192.0.1.50 routen auf dem ein apache läuft. Ich habe es mit:

rdr on tun0 proto tcp from any to tun0 port 80 -> 192.0.1.50 port 80

in der nat.conf versucht aber ich komme nicht durch zum Webserver. Firewall kann es nicht sein die habe ich schon auf alles rein und raus lassen gesetzt.

Thanks localhost

meine nat.conf (ip_forwarding ist 1, oder?)

bsp. einer funktionierenden nat.conf (musst halt noch anpassen ...)

### VARIABLEN ###

Ext = "tun0" # Device an dem das Internet angeschlossen ist

Int = "<internes_device>" # Device an dem das interne Netz haengt

IntNet = "192.168.1.0/24" # Adressraum des internen Netzes

RouterIP = "192.168.1.1" # IP Adresse des Routers

### REGELN ###

# NAT aktivieren (unter Linux als Masquerading bekannt)

nat on $Ext from $IntNet to any -> $Ext # Active FTP - Umleitung zu unserem ftp-proxy

rdr on $Int proto tcp from !$RouterIP to !$IntNet port 21 -> 127.0.0.1 port 8081

bsd gateway tutorial: http://www.fmi.uni-passau.de/~grafj/openbsd/#10._NAT_und_Firewall

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.