October 4, 20205 yr 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 Any ideas ? I missed something ? Thanks
October 4, 20205 yr You can't use the virtbr0 if you want anything to talk to the VM. Change it to br0 and it should work.
October 4, 20205 yr Author 5 minutes ago, saarg said: it to br0 and it should work. But this interface is not available, do not exist. 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
October 4, 20205 yr 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?
October 4, 20205 yr 1 hour ago, Janus said: But this interface is not available, do not exist. 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?
October 4, 20205 yr 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.