Multiple Vlans and Multiple Ethernet Interfaces
i have a situation with two vlans and default gateway issue.
what i have : Rhel 8 / virtualizaion 4.4
Interface: eno1 (vln23) and eno2 (vln70)
vlan23: 10.1.63.40
vlan70: 10.1.67.41
problem: i cannot ping the 10.1.67.41 from internal office network,
but whereas from linux host i can ping the gateway but cannot connect beyound gateway meaning, i cannot ping other network ip.
[root@rhv network-scripts]# ping -I Vlan70 10.17.1.10
PING 10.17.1.10 (10.17.1.10) from 10.1.67.41 Vlan70: 56(84) bytes of data.
^C
--- 10.17.1.10 ping statistics ---
16 packets transmitted, 0 received, 100% packet loss, time 15376ms
for vlan 23 , everthing is good . and default route is default gateway: 10.1.63.254.
there is default gateway (10.1.67.254) configured for Vlan70 , but NOT as default route.