Hi All,
I think I have a unique scenario here:
1. Jails and host are set up with their own interfaces and ip through vnet (10.0.0.0/24)
2. Host has its own interface with IP 10.0.0.15
3. I also have a USB modem with ue0 and IP 192.168.8.1 and associated lo0 192.168.8.10 (from netstat -r).
The issue is I am trying to send some shell commands to 192.168.8.1 (USB modem gateway) so it can send and sms from jail.
However this is not working.
What is working so far:
1. I can ping to and from jail/host for both 10.0.0.15 and 192.168.8.10 ips
2. Traceroute from jail (10.0.0.2) to 192.168.8.10
What is not working:
1. Cannot ping from jail (10.0.0.2) to ue0 (192.168.8.1) <-USB gateway.
2. Traceroute from jail (10.0.0.2) to 192.168.8.1
This setup is working on host (can send sms) without any problems.
I am guessing this is a gateway issue but not sure how to resolve this.
I think I have a unique scenario here:
1. Jails and host are set up with their own interfaces and ip through vnet (10.0.0.0/24)
2. Host has its own interface with IP 10.0.0.15
3. I also have a USB modem with ue0 and IP 192.168.8.1 and associated lo0 192.168.8.10 (from netstat -r).
The issue is I am trying to send some shell commands to 192.168.8.1 (USB modem gateway) so it can send and sms from jail.
However this is not working.
What is working so far:
1. I can ping to and from jail/host for both 10.0.0.15 and 192.168.8.10 ips
2. Traceroute from jail (10.0.0.2) to 192.168.8.10
What is not working:
1. Cannot ping from jail (10.0.0.2) to ue0 (192.168.8.1) <-USB gateway.
2. Traceroute from jail (10.0.0.2) to 192.168.8.1
This setup is working on host (can send sms) without any problems.
I am guessing this is a gateway issue but not sure how to resolve this.