You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VPS installed in Hyper-V and has 2 interfaces. Public ip and default route via eth0, LAN via eth1. Is it possible to route some networks via eth1 (in example 192.168.47.0/24)?
Routing table:
default via 1x.xx.xx.x7 dev eth0 onlink
10.255.246.0/24 dev client-wg0 proto kernel scope link src 10.255.246.1
10.255.247.0/24 dev wg0 proto kernel scope link src 10.255.247.1
10.255.248.0/24 dev omr-bonding scope link
10.255.248.2 dev omr-bonding scope link src 10.255.248.1
10.255.250.0/24 dev tun1 proto kernel scope link src 10.255.250.1
10.255.251.2 dev dsvpn0 proto kernel scope link src 10.255.251.1
10.255.252.0/24 dev tun0 proto kernel scope link src 10.255.252.1
10.255.253.0/24 dev mlvpn0 proto kernel scope link src 10.255.253.1
10.255.254.0/30 dev gt-udp-tun0 proto kernel scope link src 10.255.254.1
10.255.255.0/30 dev gt-tun0 proto kernel scope link src 10.255.255.1
192.168.38.0/24 dev eth1 proto kernel scope link src 192.168.38.131
192.168.47.0/24 via 192.168.38.1 dev eth1
1x.xx.xx.x6/28 dev eth0 proto kernel scope link src 1x.xx.xx.x4
However, i cant ping 192.168.38.1
PING 192.168.38.1 (192.168.38.1) 56(84) bytes of data.
From 192.168.38.131 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.38.131 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
VPS installed in Hyper-V and has 2 interfaces. Public ip and default route via eth0, LAN via eth1. Is it possible to route some networks via eth1 (in example 192.168.47.0/24)?
Routing table:
default via 1x.xx.xx.x7 dev eth0 onlink
10.255.246.0/24 dev client-wg0 proto kernel scope link src 10.255.246.1
10.255.247.0/24 dev wg0 proto kernel scope link src 10.255.247.1
10.255.248.0/24 dev omr-bonding scope link
10.255.248.2 dev omr-bonding scope link src 10.255.248.1
10.255.250.0/24 dev tun1 proto kernel scope link src 10.255.250.1
10.255.251.2 dev dsvpn0 proto kernel scope link src 10.255.251.1
10.255.252.0/24 dev tun0 proto kernel scope link src 10.255.252.1
10.255.253.0/24 dev mlvpn0 proto kernel scope link src 10.255.253.1
10.255.254.0/30 dev gt-udp-tun0 proto kernel scope link src 10.255.254.1
10.255.255.0/30 dev gt-tun0 proto kernel scope link src 10.255.255.1
192.168.38.0/24 dev eth1 proto kernel scope link src 192.168.38.131
192.168.47.0/24 via 192.168.38.1 dev eth1
1x.xx.xx.x6/28 dev eth0 proto kernel scope link src 1x.xx.xx.x4
However, i cant ping 192.168.38.1
PING 192.168.38.1 (192.168.38.1) 56(84) bytes of data.
From 192.168.38.131 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.38.131 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
Beta Was this translation helpful? Give feedback.
All reactions