Redundancy network linux router keepalive,conntrackd & etc. pt2.

conntrackd – conntrackd is the user-space daemon for the netfilter connection tracking system. This daemon synchronizes connection tracking states between several replica firewalls. Thus, conntrackd can be used to deploy highly available stateful firewalls. config file is in /etc/conntrackd/conntrackd.conf Im gonna use FTFW mode for syncing between 2 routers. Add this configuration at the end …

Continue reading ‘Redundancy network linux router keepalive,conntrackd & etc. pt2.’ »

Redundancy network linux router keepalive,conntrackd & etc. pt1.

I have two identical Centos7 latest relase machines.One is named rotuer1 and other one is router2. I will use VRRP protocol for router redundancy.In my test bench im not gonna use any layer 2/3 switches. Specification : MB: A2SDi-8C-HLN4F 1x Intel(R) Atom(TM) CPU C3758 1x *8gig memory 2х HUS722T1TALA604 4x internal network interfaces. 1.Network connectivity. …

Continue reading ‘Redundancy network linux router keepalive,conntrackd & etc. pt1.’ »

x2go Server/Client

——client——– sudo apt-add-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goclient —–server——- *deb* sudo apt-add-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goserver x2goserver-xsession sudo apt-get install x2golxdebindings x2godbadmin –createdb systemctl start x2goserver.service