LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Networking with router (https://www.linuxquestions.org/questions/linux-networking-3/networking-with-router-73528/)

face_master 07-17-2003 09:08 AM

Networking with router
 
Hey, I have 2 linux boxes and a windows box all connected to a router/switch (ethernet) and I'd like to network the two linux boxes with eachother. Is this possible to do? How?

david_ross 07-17-2003 12:37 PM

IT sounds like they are already networked.

Run this on both machines to obtain your computers ip:
ifconfig

Then on the other machine run:
ping ip.address.of.other.server

If you get a reply then the machines are networked.

face_master 07-17-2003 08:07 PM

How do I do stuff like transfer files between then and stuff?

seabass55 07-17-2003 08:08 PM

Read about samba (smb)

Just use the search function

face_master 07-17-2003 10:25 PM

isnt samba just for Linux/Windows networking, no Linux/Linux?

green_dragon37 07-17-2003 10:35 PM

Samba can be used for linux/windows or linux/linux. But for linux/linux, I would recommend NFS, as it is much more secure.

Ian

david_ross 07-18-2003 04:16 AM

Yes NFS is better than samba for linx to linux but if you only want totransfer a few file then look at ftp and scp.

seabass55 07-18-2003 07:41 AM

Re: Networking with router
 
Quote:

Originally posted by face_master
I have 2 linux boxes and a windows box
I had the impression that the windows box was in the picture...I wonder where I got that from.

SCP would be my recommendation aswell. I used it for over a year till I decided to get Samba running (I had windows machines too..just used WinSCP)

OR..you could just use Samba and have interconnectivity between all the machines.

Seabass


All times are GMT -5. The time now is 07:42 PM.