Jefy
it's pretty stariaghtfwd ..
first, set up your ethernet card
type 'ifconfig eth0' to see what the current settings are.
unless you can see 'up', and 'running' in the output somewhere, its a more basic prob, and we can get back to that.
next thing is to make sure the ip address is on the same network as your broadband router.
A lot of routers take either 10.1.1.1 or 10.0.0.1 as default ip address,
while most local ethernet cards on Linux default to 192.168.0.x
the ifconfig query should shw your address and netmask.
check your windows box .. what's it's ip address and netmask, and gateway
if you aren't sure how to do that .. start>settings>control panel>network connectiopns>tcp/ip>properties. print the panel.
on the linux box, set the ip address of the ethernet connection to the same network address of the windows box.
ie if windows shows the gateway address as 10.1.1.1
and if your ifconfig shows a different one, set it
ifconfig eth0 10.1.1.3 (put an appropriate address here)
then ifconfig netmask 255.255.255.0 (if it wasn't already
then ifconfig eth0 to reprint it all .. if it looks ok ..
ping the router (the gateway)
ping 10.1.1.1 (or whatever it is
if you can see it, test that your DNS is working ok, and names will resolve ..
ping
www.yahoo.com .. if you get a reply .. it's up and away
all you need to do now is open a browser .. just type startx (ie start x server), then use Mozilla
one good thing about linux .. no rebooting every time you change anything!!
Grif