I'm unable to ping 8.8.8.8 from within a jail.
Any ideas on what is missing?
I was previously able to access the Internet when I set up my first jail, but have since connected to a different router via a USB NIC.
I'm able to ping the host as well as the router.
my config for this jail consists of:-
What's missing?
Any ideas on what is missing?
I was previously able to access the Internet when I set up my first jail, but have since connected to a different router via a USB NIC.
I'm able to ping the host as well as the router.
my config for this jail consists of:-
Code:
mfsBSD {
ip4.addr = 192.168.2.235; # IP address of the jail
interface = ue0;
path = "/usr/jail/mfsBSD"; # Path to the jail
mount.devfs; # Mount devfs inside the jail
exec.start = "/bin/sh /etc/rc"; # Start command
exec.stop = "/bin/sh /etc/rc.shutdown"; # Stop command
allow.raw_sockets = 1;
}
What's missing?