My Linux Guide
  • Home
Sign in Subscribe

Network

A collection of 3 posts
Network

Adding a Secondary Gateway / Static Route in Linux

In order to create a static Route you can enter the following command : ip route add 192.168.1.0/24 via 192.168.1.254 dev eth0 or route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.254 dev eth1 Note : In
Nov 20, 2012
Network

Installing Vnc Server on Linux Machine without monitor

Vnc Installation Without Monitor Packages Required : 1.vnc 2.vnc-server 3.Desktop Environment KDE or GNOME Configuring VNC : 1. Add users like normal users. 2. login to each users 3. create password by running vncpasswd 4. It creates .vnc folder 5. Edit /etc/sysconfig/vncservers, and add the following to
Jun 14, 2010 1 min read
Network

Adding Multiple IP Address to A NIC Card

It is possible to bind more than one ip address on a single network interface card in linux. copy your existing network card  configuration file as shown: #cd /etc/sysconfig/network-scripts #cp ifcfg-eth0 ifcfg-eth0:1 >>ifcfg-eth0 looks like this : # File: ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=
Apr 29, 2010
Page 1 of 1
My Linux Guide © 2025
Powered by Ghost