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. |