Hi,

I'm experimenting with etherip0 tunneling but I'm running into a issue I
haven't been able to track down. (traffic is tunneled, visible on the
remote router external interface, never reaching the etherip interface on
the remote router)


More detailed description below:

Router A, running amd64 -current snapshot from 7 March

sysctl.conf:
net.inet.ipip.allow=1
net.inet.ip.forwarding=1

vmx0:
up
172.30.10.5/24
!route add default 172.30.10.254

em0:
up

bridge0:
up
add etherip0 add em0

etherip0:
up
tunnel 172.30.10.5      10.192.22.195



Router B, running amd64 -current snapshot from 19 March

sysctl.conf:
net.inet.ipip.allow=1
net.inet.ip.forwarding=1

vmx0:
up
10.192.22.195/24
!route add default 10.192.22.254

em0:
up

bridge0:
up
add etherip0 add em0

etherip0:
up
tunnel 10.192.22.195    172.30.10.5

On router A, using tcpdump traffic passes on all the relevant interfaces.
(vmx0,   etherip0, bridge0, em0)

On router B, using tcpdump traffic arrives at the vmx0 interface, but never
reaches bridge0, etherip0 or em0.

For the sake of simplicity pf is disabled on both routers.

Thank you for any help.

Best regards,
Pedro Caetano

Reply via email to