Jump to content

VMs range unavailable from outside


Janus

Recommended Posts

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

Link to comment
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

 

Link to comment
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?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...