Hi,
I'm hurting against a wall for my VM network config.
This VM is reachable from every external IP but not from the VM in the same range IPs.
In the same time, the others VM (same host) in the same range can reachable with each other.
Just this one of them can't.
The trace which I am following is that VM get the same IP address between guest and broadcast.
I recalculated the broadcast IP on https://jodies.de/ipcalc which confirm that.
In ifconfig, broadcast value is returned "0.0.0.0".
Maybe, I've to change the VM IPs (but I don't prefer this case !)
Thanks for you're help !
I'm hurting against a wall for my VM network config.
This VM is reachable from every external IP but not from the VM in the same range IPs.
In the same time, the others VM (same host) in the same range can reachable with each other.
Just this one of them can't.
The trace which I am following is that VM get the same IP address between guest and broadcast.
I recalculated the broadcast IP on https://jodies.de/ipcalc which confirm that.
In ifconfig, broadcast value is returned "0.0.0.0".
Bash:
root@prod:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 37.xxx.xxx.119 netmask 255.255.255.252 broadcast 0.0.0.0
inet6 fe80::xxx:xxx:1973 prefixlen 64 scopeid 0x20<link>
ether 02:00:00:xx:xx:73 txqueuelen 1000 (Ethernet)
RX packets 2273 bytes 227015 (221.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2252 bytes 5895568 (5.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Boucle locale)
RX packets 48 bytes 16023 (15.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 48 bytes 16023 (15.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Maybe, I've to change the VM IPs (but I don't prefer this case !)
Thanks for you're help !