- Thread Starter
- #26
…
7. DNS: Nameserver and domain are set in /etc/resolv.conf
Also, very important: "writing to routing socket: Operation not permitted" - this leads me to think that your jail lacks permissions to access a device file which is controlled by /etc/defaults/devfs.rules on your host. The last one is for VNET jails and the one before that - for all jails. First find out which device is required by your jail and then allow it in devfs.rules.
Can you please post your jail's configuration for more details?
ifconfig,netstat -rn4,sysrc -a,service ipfw status,ipfw list
Code:
root@twelve:/ # netstat -rn4
Routing tables
root@twelve:/ # sysrc -a
defaultrouter: 192.168.1.1
sendmail_msp_queue_enable: NO
sendmail_outbound_enable: NO
sendmail_submit_enable: NO
root@twelve:/ # sysrc firewall_enable
firewall_enable: NO
root@twelve:/ #
Output from
ifconfig I'll post in a private message, if you don't mind.