LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Networking a linux pc to a windows pc (https://www.linuxquestions.org/questions/linux-networking-3/networking-a-linux-pc-to-a-windows-pc-351035/)

Wunny 08-08-2005 02:13 AM

Networking a linux pc to a windows pc
 
Hi linux users.
I have been using linux for about a month and think it's great. I have got one pc running Fedora Core 4 and another unfortunately running windows xp. I have a netgear router, and I am wondering how to network my 2 computers together.
Please remember that I am still a :newbie: !!!!

Any help would be greatly appriciated!
From Wunny

musicman_ace 08-08-2005 03:19 AM

Are you asking how to share files, cause if they are connected to the same router, then they are already networked.

MBH 08-08-2005 10:11 AM

If you'd like to share the internet from your WIn box to the Linux one, enable Internet Connection Sharing (ICS) on your win box.

Test the internet on your linux box by browsing a website or simply run konsole (assuming you're on KDE), or any shell, and issue this command "ping linuxquestions.org", without the quotes!

If you don't get something like this ::
PING linuxquestions.org (64.179.4.149) 56(84) bytes of data.
64 bytes from web1.linuxquestions.org (64.179.4.149): icmp_seq=1 ttl=46 time=403 ms
64 bytes from web1.linuxquestions.org (64.179.4.149): icmp_seq=2 ttl=46 time=376 ms

Then you should do some tweaking on your Linux box to divert the traffic to your win box.

Run this in your shell :: route add default gw 192.168.0.1
Note that 192.168.0.1 is the IP address of the win box, which will act as your gateway.

If everything worked, or not, post back so that people with the same question can know that this solved your issue.

Wunny 08-11-2005 06:16 PM

The internet works, but I can't share files
 
Thanks for replying guys.
The internet already works, exept I can't seem to share files between the 2 machines.
When I click on the computer icon on my desktop, and then the network icon, there is a windows network icon. When I click on this, nothing happens, and I can not see any files.

Please help me!!!!!!!!!!!!!!
From Wunny :confused:

eagleswings 08-11-2005 11:00 PM

I think you have to enable SAMBA on your linux box? I still don't know how to do it because I am also newbie :) but I think that's the solution. (Not very sure) I'll be watching this thread, I also want to know how to do it.

eagleswings 08-11-2005 11:27 PM

I saw a website on how to do it. Check it out. http://www.troubleshooters.com/linux/samba.htm


All times are GMT -5. The time now is 11:01 PM.