User Tools

Site Tools


wiki:configure_ip_address

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:configure_ip_address [2016/07/23 19:49] – created walkeradminwiki:configure_ip_address [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== Configure IP Address =====+====== Configure IP Address ======
 \\  \\ 
 \\  \\ 
Line 18: Line 18:
 To see exactly what files you have, and what they are called simply do a list To see exactly what files you have, and what they are called simply do a list
 \\  \\ 
-//**ls /etc/sysconfig/network-scripts**//+        ls /etc/sysconfig/network-scripts
 \\  \\ 
 \\  \\ 
 To edit a file enter: To edit a file enter:
 \\  \\ 
-//**vi /etc/sysconfig/network-scripts/ifcfg-eht(0)**// --- (use the correct eth number for your system)+        vi /etc/sysconfig/network-scripts/ifcfg-eht(0) --- (use the correct eth number for your system)
 \\  \\ 
 \\  \\ 
Line 29: Line 29:
 \\  \\ 
 \\  \\ 
-DEVICE="eth0"\\  +        DEVICE="eth0" 
-BOOTPROTO=none\\  +        BOOTPROTO=none 
-IPV6INIT=no\\  +        IPV6INIT=no 
-NM_CONTROLLED=no\\  +        NM_CONTROLLED=no 
-ONBOOT="yes"\\  +        ONBOOT="yes" 
-TYPE="Ethernet"\\  +        TYPE="Ethernet" 
-IPADDR=192.168.27.110\\  +        IPADDR=192.168.27.110 
-NETMASK=255.255.255.0\\  +        NETMASK=255.255.255.0 
-GATEWAY=192.168.27.254\\  +        GATEWAY=192.168.27.254 
-PERSISTENT_DHCLIENT=yes\\ +        PERSISTENT_DHCLIENT=yes 
 +        DHCP_HOSTNAME=h64.envivio.com
 \\  \\ 
 \\  \\ 
 \\  \\ 
  
wiki/configure_ip_address.1469299751.txt.gz · Last modified: 2023/03/09 22:35 (external edit)