Recent jail problems [was: ICMP RAW socket error]

Beeblebrox zaphod at berentweb.com
Sun Nov 25 15:10:07 UTC 2012


I migrated my settings to /etc/jail.conf, removed the entries in /etc/rc.conf
and tried to start the jail:
service jail onestart pxe
Configuring jails:.
Starting jails:/etc/rc.d/jail: ERROR: jail: No hostname has been defined for
pxe

I re-enabled jail_list="pxe" in rc.conf but still same error.

--------/etc/jail.conf--------------------
	mount.devfs;
	mount.procfs;
	devfs_ruleset = devfsrules_jail;
	exec.start = "/bin/sh /etc/rc";
	exec.stop = "/bin/sh /etc/rc.shutdown";
pxe {
	name = pxe;
	host.hostname = example.org;
	interface = re0;
	ip4.addr = 192.168.2.1/32;
	path = /data/amd64;
	allow.raw_sockets;
	enforce_statfs = 1;
	mount.fstab = /etc/fstab.pxe;
}



--
View this message in context: http://freebsd.1045724.n5.nabble.com/ICMP-RAW-socket-error-tp5759501p5764027.html
Sent from the freebsd-jail mailing list archive at Nabble.com.


More information about the freebsd-jail mailing list