a.lefranc wrote:
I have a Toshiba 1800-100

It work good (not fine)  with boot knoppix on cd ; network is fine.
I have make an install on hda5 /  and hda6 /swapp..
it's good but how to configure network ?

I have a touch speed home pro : ethernet
I must use : all is on 255.0.0.0
gw IP 10.0.0.138
etho  10.0.0.1
laptop : name Toshiba_box IP 10.0.0.3
DNS (netpratique.fr) 62.210.164.14
for test I can use ping -n 5 64.210.162.1

what are file to configure a debian OS ?

Hmm... If I understood you right, you want to configure the network under debian? So you'll need the right modules loaded (run the modconf program) or if it's a PCMCIA card the it should load correctly if you've got the pcmcia packages installed.

If everything worked out-of-the box in knoppix, you might have a DHCP server on your network. In that case, the configuration is easy to make.
Just edit /etc/network/interfaces and put the following entry for eth0:

auto eth0
iface eth0 inet dhcp


Btw, what is the etho address?


If all configuration is static, the interface is configured in /etc/network/interfaces. There you should have the following entry:

auto eth0
iface eth0 inet static
address 10.0.0.3        # I believe this was your laptop
netmask 255.0.0.0       
gateway 10.0.0.138


For name resolving, edit /etc/resolv.conf
There you should have your DNS server specified:

search netpratique.fr
nameserver 62.210.164.14

hth,
/johan

--
Johan Ehnberg
[EMAIL PROTECTED]
"Windows? No... I don't think so."

Reply via email to