View Single Post
  #2   (View Single Post)  
Old 24th February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Important is the fdisk output. It shows the first partition or slice is FreeBSD. So you have to mount the slice nr1 with something like

Code:
# mount -t ufs -o ro /dev/da0s1 /mnt
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote