default via 207.230.220.1 dev eth0 proto static onlink
172.17.0.0/16 dev br-913d350130e8 proto kernel scope link src 172.17.0.1
172.25.63.200/29 dev eth0 proto kernel scope link src 172.25.63.201
172.240.0.0/24 dev docker0 proto kernel scope link src 172.240.0.1 linkdown
192.168.13.0/24 via 172.25.63.201 dev eth0 proto static
192.168.13.0/24 dev br-e5b8e36a594c proto kernel scope link src 192.168.13.1
It is necessary that all traffic from 192.168.13.0/24 via 172.25.63.20 even in the docker container
I have this route table, and pinging 192.168.13.221 works fine on my host, but does not work inside my docker container
Can anyone help me with this please?
I’ve already tried something like this, but the gateway seems to be ignored
vpn:
ipam:
config:
– subnet: 192.168.13.0/24
gateway: 172.25.63.201
Pedro Amaral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.