mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 16:50: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
|
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
|
Build Overview
|
||||||
|
|
||||||
1. Base Operating System
|
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
|
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:
|
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`
|
`[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-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 ~]# 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`
|
[root@localhost ~]# ifconfig
|
||||||
`inet addr:127.0.0.1 Mask:255.0.0.0`
|
|
||||||
`inet6 addr: ::1/128 Scope:Host`
|
lo Link encap:Local Loopback
|
||||||
`UP LOOPBACK RUNNING MTU:16436 Metric:1`
|
inet addr:127.0.0.1 Mask:255.0.0.0
|
||||||
`RX packets:0 errors:0 dropped:0 overruns:0 frame:0`
|
inet6 addr: ::1/128 Scope:Host
|
||||||
`TX packets:0 errors:0 dropped:0 overruns:0 carrier:0`
|
UP LOOPBACK RUNNING MTU:16436 Metric:1
|
||||||
`collisions:0 txqueuelen:0`
|
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
|
||||||
`RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)`
|
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.
|
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