Difference between revisions of "Talk:SME on CentOS 6"
Line 8: | Line 8: | ||
---- | ---- | ||
+ | Enable networking | ||
+ | |||
+ | Each boot you have to start the network etc etc. I decided it was better with the minimal install and touch as little as possible - if I could then get SME packages installed I could then use that to configure networking later. | ||
+ | |||
+ | To start the networking | ||
+ | |||
+ | dhclient eth0 | ||
+ | |||
+ | To check your ip address | ||
+ | |||
+ | ifconfig eth0 | ||
+ | |||
+ | I think that the options to change ip address etc should be moved to another page. Keep this one as simple as possible. |
Revision as of 22:55, 27 January 2013
There are now testing repositories setup for sme9. Most of them are still empty but updates and updates-testing may contain some packages that will make installing things easier. Just replace the -8 at the end of the mirrorlist with -9.
http://mirrorlist.contribs.org/mirrorlist/smeupdates-9
http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-9
Enable networking
Each boot you have to start the network etc etc. I decided it was better with the minimal install and touch as little as possible - if I could then get SME packages installed I could then use that to configure networking later.
To start the networking
dhclient eth0
To check your ip address
ifconfig eth0
I think that the options to change ip address etc should be moved to another page. Keep this one as simple as possible.