Eu me baseei nisso e posso pingar o outro gateway que é 10.0.0.1, mas mesmo que este seja o gateway padrão no computador A, o pedido para o mundo externo não será encaminhado ainda mais.
Digamos que eu tenha o computador A com 2 interfaces:
wlp2s0b1: 10.0.0.100
enp1s0f0: 192.168.0.100
E o computador B com:
eth0: 192.168.0.101
Agora posso fazer ping de 10.0.0.1, mas o tráfego não parece sair. Eu não tenho acesso a nenhuma configuração no dispositivo em 10.0.0.1
Rota no dispositivo:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.0.100 0.0.0.0 UG 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
Rota no gateway1:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.0.1 0.0.0.0 UG 600 0 0 wlp2s0b1
10.0.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0b1
192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 enp1s0f0
Gateway 1 do Iptables:
Chain INPUT (policy ACCEPT 9841 packets, 3893K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
6 504 ACCEPT all -- enp1s0f0 wlp2s0b1 anywhere anywhere
6 504 ACCEPT all -- wlp2s0b1 enp1s0f0 anywhere anywhere state RELATED,ESTABLISHED
Chain OUTPUT (policy ACCEPT 13103 packets, 1261K bytes)
pkts bytes target prot opt in out source destination
Tags networking routing forwarding