comandos pfsense

ver o log
clog /var/log/system.log

reiniciar servidor dns

ps aux | grep dns
to get the process id
code:
kill -HUP pid

CLI command Description
pfctl -d Deactivate Firewall completely
pfctl -e

utilizar o wireshark e o etherape com captura remota no debian

é 1:45 e eu aqui fo**** porque o raio do comando não funciona!
ssh -p 2222 -i ~/.ssh/routers/id_dsa root@localhost “tcpdump -K -U -n -w – -i eth0.2 not port 22″ | wireshark -k -i -

mas este já rula!
é preciso ter olho pra coisa:
ssh -p 2222 -i ~/.ssh/routers/id_dsa root@localhost '/usr/sbin/tcpdump -s 100 -K -U -n -w - -i eth0.2 not port 22' | wireshark -k -i -

para o etherape:

Subscrever