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.

VMs range unavailable from outside

Featured Replies

I'm curently trying to configure a VM to provide iSCSI from my UnRAID server. I'm following tutorial from Space invader (How to setup ISCSI targets on unRAID using Openfiler vm)

Unfortunately, none of my machine outside the UnRAID seems to be able to communicate with my virbr0 interface/subnet. (192.168.122.0/24)

I added rout eto this subnet in my router/firewall. The traceroute stop at the UnRAID "external" IP:

[admin@omegasupreme]/root:traceroute 192.168.122.198
traceroute to 192.168.122.198 (192.168.122.198), 64 hops max, 40 byte packets
 1  192.168.50.10 (192.168.50.10)  0.217 ms  0.156 ms  0.149 ms
 2  192.168.50.10 (192.168.50.10)  0.161 ms  0.153 ms  0.201 ms

Same from my L2 switch

blaster>traceroute 192.168.122.198

Type escape sequence to abort.
Tracing the route to 192.168.122.198

  1 192.168.5.1 9 msec 0 msec 0 msec
  2 192.168.50.10 0 msec 8 msec 0 msec
  3 192.168.50.10 0 msec 0 msec 0 msec

And Network/routing config from my UnRAID seems good

image.thumb.png.10cb99413de0c2bb54851039778ecb84.png

 

Any ideas ? I missed something ?

 

Thanks

You can't use the virtbr0 if you want anything to talk to the VM. Change it to br0 and it should work.

  • Author
5 minutes ago, saarg said:

it to br0 and it should work.

But this interface is not available, do not exist.

image.png.e6cb3e1377ed8a495c8410b6fbea61c5.png

root@teletraan:/# ifconfig
bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>  mtu 1500
        inet 192.168.50.10  netmask 255.255.255.0  broadcast 0.0.0.0

docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255

eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0

veth0592937: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::cccf:2aff:feda:fb8c  prefixlen 64  scopeid 0x20<link>

veth48fc733: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::7ce9:6ff:fe25:24b2  prefixlen 64  scopeid 0x20<link>

vethab57504: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::78ad:16ff:fe82:7ee7  prefixlen 64  scopeid 0x20<link>

vethafcf2c1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::90da:42ff:fe0a:f257  prefixlen 64  scopeid 0x20<link>

vethefb2a7f: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::10fd:f5ff:fe23:db52  prefixlen 64  scopeid 0x20<link>

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255

 

1 hour ago, Janus said:

But this interface is not available, do not exist.

Do you have bridging enabled on your active interface on the network settings?

1 hour ago, Janus said:

But this interface is not available, do not exist.

image.png.e6cb3e1377ed8a495c8410b6fbea61c5.png


root@teletraan:/# ifconfig
bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>  mtu 1500
        inet 192.168.50.10  netmask 255.255.255.0  broadcast 0.0.0.0

docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255

eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0

veth0592937: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::cccf:2aff:feda:fb8c  prefixlen 64  scopeid 0x20<link>

veth48fc733: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::7ce9:6ff:fe25:24b2  prefixlen 64  scopeid 0x20<link>

vethab57504: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::78ad:16ff:fe82:7ee7  prefixlen 64  scopeid 0x20<link>

vethafcf2c1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::90da:42ff:fe0a:f257  prefixlen 64  scopeid 0x20<link>

vethefb2a7f: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::10fd:f5ff:fe23:db52  prefixlen 64  scopeid 0x20<link>

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255

 

Didn't see your networks. You should use bond0, but doesn't look like you have that available when choosing network. 

Do you have it available in VM manager settings under advanced and default network bridge?

  • Author
3 hours ago, saarg said:

Do you have it available in VM manager settings under advanced and default network bridge?

No, only have virbr0

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.