mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)
parent
fc56da8532
commit
b92fb4691c
1 changed files with 18 additions and 19 deletions
|
|
@ -1,7 +1,5 @@
|
|||
Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64
|
||||
|
||||
https://github.com/TracksApp/tracks/wiki/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64
|
||||
|
||||
Build Overview
|
||||
|
||||
1. Base Operating System
|
||||
|
|
@ -33,26 +31,27 @@ Network Interface Settings
|
|||
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-networkscripts-interfaces.html
|
||||
|
||||
The default interface settings will be as follows with the exception that your HWADDR and UUID will differ:
|
||||
`[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0`
|
||||
|
||||
`DEVICE=eth0`
|
||||
`HWADDR=00:0C:29:C5:0D:BD`
|
||||
`TYPE=Ethernet`
|
||||
`UUID=0250e398-8918-4e9d-afd7-7ae04258810f`
|
||||
`ONBOOT=no`
|
||||
`NM_CONTROLLED=yes`
|
||||
`BOOTPROTO=dhcp`
|
||||
`[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
|
||||
`[root@localhost ~]# ifconfig`
|
||||
DEVICE=eth0
|
||||
HWADDR=00:0C:29:C5:0D:BD
|
||||
TYPE=Ethernet
|
||||
UUID=0250e398-8918-4e9d-afd7-7ae04258810f
|
||||
ONBOOT=no
|
||||
NM_CONTROLLED=yes
|
||||
BOOTPROTO=dhcp
|
||||
|
||||
`lo Link encap:Local Loopback`
|
||||
`inet addr:127.0.0.1 Mask:255.0.0.0`
|
||||
`inet6 addr: ::1/128 Scope:Host`
|
||||
`UP LOOPBACK RUNNING MTU:16436 Metric:1`
|
||||
`RX packets:0 errors:0 dropped:0 overruns:0 frame:0`
|
||||
`TX packets:0 errors:0 dropped:0 overruns:0 carrier:0`
|
||||
`collisions:0 txqueuelen:0`
|
||||
`RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)`
|
||||
[root@localhost ~]# ifconfig
|
||||
|
||||
lo Link encap:Local Loopback
|
||||
inet addr:127.0.0.1 Mask:255.0.0.0
|
||||
inet6 addr: ::1/128 Scope:Host
|
||||
UP LOOPBACK RUNNING MTU:16436 Metric:1
|
||||
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
|
||||
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
|
||||
collisions:0 txqueuelen:0
|
||||
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)`
|
||||
|
||||
|
||||
If you desire to use DHCP, update ifcfg-eth0 using ONBOOT value from no to yes, save, then restart network services.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue