All Entries Tagged With: "utm 2 5 35 70"
Show LOG Alert su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi visualizzare i LOG Alert da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> sys logs load ras> sys logs category access 3 ras> sys logs save ras> sys logs display access # .time source destination notes message 0|06/08/2004 05:58:21 |172.21.4.154 |224.0.1.24 |ACCESS BLOCK Firewall default policy: IGMP (W to [...]
Phase2 VPN IPSec su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi per impostare la phase2 di una VPN IPSec su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ipsec ipsecAdd ras> ipsec ipsecConfig name VPN-ph2 ras> ipsec ipsecConfig active Yes ras> ipsec ipsecConfig saIndex 1 ras> ipsec ipsecConfig activeProtocol 1 ras> ipsec ipsecConfig encap 0 ras> ipsec ipsecConfig lcAddrType 2 ras> ipsec [...]
Phase1 VPN IPSec su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi per impostare la phase1 di una VPN IPSec su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ipsec ikeAdd ras> ipsec ikeConfig name VPN-ph1 ras> ipsec ikeConfig myIpAddr 10.1.1.1 ras> ipsec ikeConfig secureGwAddr 10.1.1.2 ras> ipsec ikeConfig authMethod 0 ras> ipsec ikeConfig preShareKey 12345678 ras> ipsec ikeSave Setta l’ IP WAN [...]
PING da telnet su ZyXEL ZyWALL 2 5 35 70 UTM
Comando per fare il PING da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip pingext 172.16.2.56 -n 5 Resolving 172.16.2.56… 172.16.2.56 sent rcvd size rtt avg max min 1 1 36 0 0 0 0 2 2 36 0 0 0 0 3 3 36 0 0 0 0 4 4 [...]
Static Route su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi impostare una static route da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip stroute load 3 ========== Routing Rule in Buffer ========== Route number : 3 Route Name : Active : No Destination IP Address : 0.0.0.0 IP Subnet Mask : 0.0.0.0 Gateway IP Address : 0.0.0.0 Metric [...]
IGMP status su ZyXEL ZyWALL 2 5 35 70 UTM
Comandi per verificare lo status dell’ IGMP da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip igmp status Group groupLink ifaceLink flags 224.0.0.12 [0102fd80 00c618c0] [0102fdc4 0102fdc4] 0003 224.0.0.9 [0102fd4c 0102fdb4] [0102fd90 0102fd90] 0001 224.0.0.2 [0102fd18 0102fd80] [0102fd5c 0102fd5c] 0001 224.0.0.1 [00c618c0 0102fd4c] [0102fd28 0102fd28] 0001 iface enif0 flags 00000000 query [...]
DHCP su LAN su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi per impostare il DHCP server su LAN da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip dns lan edit 0 0 1 1 ras> ip dns lan edit 1 1 192.168.1.5 ras> ip dns lan edit 2 3 ras> ip dns lan display Router assigned DNS servers to [...]
Schedule CF su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi per schedulare una regola di content filter per gli ip da 192.168.1.33 a 192.168.1.66 da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip cf common enable on ras> ip cf policy insert 1 ras> ip cf policy config enable on ras> ip cf policy config ipGroup add 3 [...]
Regola CF su ZyXEL ZyWALL 2 5 35 70 UTM
Esempio di comandi per inserire una regola di content filter con siti trusted/untrusted da telnet su firewall ZyXEL ZyWALL 2 5 35 70 UTM: ras> ip cf object add trust www.good.com ras> ip cf object add trust www.my-company-example.com ras> ip cf object add untrust www.bad.com ras> ip cf object add untrust www.hacking-example.com ras> ip cf [...]
Eliminare NAT entry su ZyXEL ZyWALL 2 5 35 70 UTM
Per elimibare una NAT entry su firewall ZyXEL ZyWALL 2 5 35 70 UTM utilizzare il comando: ip nat hashTable enifX per visualizzare lo stato corrente della tabella NAT sull’interfaccia X (X=numero dell’interfaccia). Dalla tabella NAT appena visualizzata, puoi cancellare la specifica NAT entry utilizzando il seguente comando: ip nat deleteSlot Y (Y=numero dello slot [...]