Skip to content
View in the app

A better way to browse. Learn more.

Unraid

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.

Forward port

Featured Replies

Hi,

 

i wish nat the port 9000 (used by portainer) on the interface virbr0-lab to br0 but it's don't working...

 

My config:

 

br0: 192.168.1.0/24

virbr0-lab: 

<network>
  <name>virbr0-lab</name>
  <uuid>2741e0bd-4ba1-4ce9-852d-7becc27962e9</uuid>
  <forward mode='nat'>
   <nat>
    <port start='7000' end='10000' />
   </nat>
  </forward>
  <bridge name='virbr0-lab' stp='on' delay='0'/>
  <mac address='52:54:00:09:0f:c1'/>
  <ip address='192.168.0.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.0.2' end='192.168.0.99'/>
    </dhcp>
  </ip>
</network>

 

iptables -A INPUT -i br0 -p tcp --dport 9000 -j ACCEPT

iptables -A INPUT -i virbr0-lab -p tcp --dport 9000 -j ACCEPT

 

iptables -A FORWARD -i br0 -p tcp --dport 9000 -d 192.168.0.100 -j ACCEPT

iptables -A PREROUTING -i br0 -t nat -j DNAT -p tcp --dport 9000 --to-destination 192.168.0.100:9000

 

Thanks for yout help :)

  • Author

up

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

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.