arlequin l33t
Joined: 16 Nov 2002 Posts: 707 Location: grep $USER /etc/passwd | cut -d':' -f6
|
Posted: Fri Apr 18, 2003 11:33 am Post subject: |
|
|
Main configuration files are:
- /etc/hostname : contains your host name
- /etc/resolv.conf : contains your Dns servers name
- /etc/hosts : contains host name and their ip
You van have a look at '/etc/conf.d/net', to check the configuration (dhcp, static-ip...) of your network.
In order to resolv your network problems, you have to check this:
- the module of your net.card is correctly loaded
- you have assigned an IP (if you don't use dhcp) to your network interface
- check the Dns server ip in your configuration
- configure your gateway (using the 'route add default gw w.x.y.z' command). _________________ J'vous dis ciao !
Au fait, ciao ça veut dire bye en anglais. |
|