python switch config
Python script for automatic switch configuration
idea behind this script is to automatically reconfigure network switch “in case of…”
this script is looking for new IP received from DHCP server with specific parameters defined.
more detailed description below.
all things currently configured in this script is prone to changes....
kvm & whonix
create vm
virsh -c qemu:///system net-define Whonix_external*.xml
<network>
<name>External</name>
<forward mode='nat'/>
<bridge name='virbr2' stp='on' delay='0'/>
<ip address='10.200.200.1' netmask='255.255.255.0'/>
</network>
virsh -c qemu:///system net-autostart External
virsh -c qemu:///sys...
wan load balancing
wan load balancing
Static routing does not allow for failover of traffic between tunnels. If there is a problem with one of the tunnels, we would want to failover the traffic to the second tunnel.
This is done by using “gwdetect” in fortigate.
The gwdetect command will ping the other end of the tunnel, and check if the tunnel is up. If t...
reverse proxy web caching
reverse proxy web caching
Example reverse proxy web caching and SSL offloading for an Internet web server using a static one-to-one virtual IP
This section describes configuring SSL offloading for a reverse proxy web caching configuration using a static one-to-one firewall virtual IP (VIP). While the static one-to-one configuration de...
65 post articles, 17 pages.