Adding Additional IP Addresses CentOS

ssh to the server If the main adapter is called “eth0” you have to call the next (virtual) adapter in a sequential order like so: ifcfg-eth0 (primary adapter, physical) ifcfg-eth0:1 (first virtual adapter to the physical primary adapter) ifcfg-eth0:2 (second virtual adapter to the physical primary adapter) Copy our primary adapter configuration file and name … Read more

Cisco VPN on CentOS 6

Install eplel repo Save your .pnc file from Networking to /etc/vpnc/ folder Install the VPN .pnc file as a default.conf file Get the pcf to vpnc configuration file converter Make it executable Move it to a place in our path Edit the config file to either use your username and password, or to manually enter … Read more