I am having trouble getting gateway and routed to properly route traffic between 2 interfaces on a single host.
The host has interfaces:
I don't understand how my jail can ping igb0 with no issue, but can't reach the outside world. It was my understanding that a host with 2 interfaces and routed_enable would forward packets between the two. Please advise.
The host has interfaces:
- igb0 inet 192.168.100.11/24 ; default_route="192.168.100.1" (my physical router)
- epair0a inet 10.0.0.1/8
- gateway and routed are enabled
ping 10.0.0.1
shows immediate response ping 192.168.100.11
shows immediate response ping 192.168.100.1
shows nothingI don't understand how my jail can ping igb0 with no issue, but can't reach the outside world. It was my understanding that a host with 2 interfaces and routed_enable would forward packets between the two. Please advise.