GLBP
Customizing GLBP Configuration
Device(config)# interface fastethernet 0/0
Device(config-if)# ip address 10.21.8.32 255.255.255.0
Device(config-if)# glbp 10 timers 5 18
Device(config-if)# glbp 10 timers redirect 1800 28800
Device(config-if)# glbp 10 load-balancing host-dependent
Device(config-if)# glbp 10 priority 254
Device(config-if)# glbp 10 ...
redir
redir - Redirecting filtered IP
Sometimes it’s not possible to use a GRE tunnel because you don’t have root access over your destination server, running a Windows based server or simply don’t want to go through the possible headache of it.
installation
On Debian/Ubuntu:
apt-get install redir
setup is very straight forward a...
Cisco commands
Some commands
default config on the devices
# remove system alerts
no service config
# stop checking the web for names
no ip domain-lookup
# disable console / session timeout
# --> only in LAB enviroment
line cons 0
exec-timeout 0 0
line vty 0 15
exec-timeout 0 0
# disable anoying messages when you are typing
line cons 0
log...
proxmox
Proxmox
enable IOMMU
/etc/default/grub


virtio ISO
source
Commands for single drive storage:
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
Commands to update ubuntu server
sudo apt update -y
sudo apt upgrade -y
Commands to install GNS3 server
source
cd /tmp
curl curl https://raw.githubusercont...
65 post articles, 17 pages.