Archive for the tag 'firewall'

 

 

Aug 16 2010

Fortigate Dialup VPN Client Gets no DHCP Lease

Published by dave under Fortinet

Fortigate Dialup VPN client does not get an IP address although a DHCP pool is created and “DHCP-IPsec” is checked in the phase-2 VPN settings. An IPSEC ESP error is also raised in the event log. Setting a static IP does connect the client.   To solve this, an additional firewall rule needs to be [...]

No responses yet

Feb 09 2010

Network Stats with Iptables

Published by dave under linux

As any other firewall, iptables is also able to do network statistics reporting. the -v (–verbose) option makes the list command (-L) show the packet and byte counters. Network stats are available on a per rule basis. Here’s an example on the INPUT chain:   [stats@network_server]$ sudo iptables -nvL INPUT Chain INPUT (policy DROP 74941 [...]

No responses yet