View Single Post

  #4 (permalink)  
Old 12-30-2003
Richard Boekamp
 
Posts: n/a
Default Re: Simple ping between windows98 and Linux(Slackware) using crossover cat5


"Robert Rankin" <tuppe666@hotmail.com> schreef in bericht
news:pan.2003.12.29.03.16.48.243221@hotmail.com...
> Networking has baffled me for some time, I have read a slew of how-to's
> but none really fit what I want.
>
> I eventually want some mechanism for mounting a windows share on my linux
> box, because I am now comfortable in leaving my files on linux, and
> eventually.
>
> I want to be able to surf the Internet in windows as my usb speetouch
> modem is always attached to my linux box at the moment.
>
> I then maybe want to do more than this, my main problem is when I had too
> windows machines, using a crossover worked really well freindly graphical
> interfaces, quick guides everywhere. But nothing for my
> Windows98se-->Linux-->Internet connection.But nothing lots of help with
> hubs, and connecting to lans etc etc but nothing on this, and most help
> posts seem to be advanced of my cuddent state. so for now all I want is to
> ping between the two machines, see whether my cards are set up correctly
> and working.
>
> Any help would be grateful received.


You better read a linux networking howto, since the type of questions you
are asking are really b4 the beginning of anything. Some basic knowledge is
nescesarry to be able to ask the right questions.

Btw the way: it is not your output that sucks, but your settings....

Your eth0 configurations shows an IP adress: 192.168.1.1
Your routing table shows an IP adress: 192.168.0.0
And last but not least you are pinging 192.168.1.2

This should be 1 and the same address in all 3 lines. Best never use any
zero or 255 adress in the end. And some purists like te reserve the dot1
address for a router, so use fe 192.168.1.2 for the linux box and
192.168.1.3 for the windows box.

But most of all, read some howto's first.

Richard


Reply With Quote