Archive for the ‘ Firewall ’ Category
Per fare avviare in automatico il programma Firestarter procedere come segue dal menu “Sistema” scegliere “Preferenze” e poi “Sessioni”, selezionare “Programmi d’avvio”, inserire il comando sudo firestarter -start -–hidden modificare il file etc/sudoers usando il comando visudo inserendo alla fine del file la riga username ALL=(root) NOPASSWD: /usr/sbin/firestarter username è il nome utente con il [ CONTINUA A LEGGERE ]
-A INPUT -i eth1 -m mac ?mac 00:BB:77:22:33:AA -j ACCEPT Edit the /etc/sysconfig/iptables file and try to work whit this: -A INPUT -i (interface) -m mac (mac address) -j [ CONTINUA A LEGGERE ]
Telegrafico: occorre abilitare nel file user-pre sotto la directory </etc/firestarter il dispositivo della VPN, facciamo per ipotesi che sia tun+, allora scriveremo $IPT -A INPUT -i tun+ -j ACCEPT$IPT -A OUTPUT -o tun+ -j ACCEPT Riavvia Firestarter e tutto dovrebbe andare[ CONTINUA A LEGGERE ]
Per fare avviare in automatico il programma Firestarter procedere come segue: * Dal menu “Sistema” scegliere “Preferenze” e poi “Sessioni” * Seleziona “Programmi d’avvio” * Inserire il comando sudo firestarter -start-hidden * Modificare il file /etc/sudoers usando il comando visudo e inserendo alla fine del file la riga: username ALL=(root) NOPASSWD: /usr/sbin/firestarter username è il [ CONTINUA A LEGGERE ]
nmap -sS -O -oX /tmp/nmap.xml 10.1.1.0/24 -v -v && perl nmap2nagios.pl -v -r /tmp/10net.xml -o /etc/nagios/10net.cfg[ CONTINUA A LEGGERE ]