LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   BAsic networking (https://www.linuxquestions.org/questions/linux-networking-3/basic-networking-60525/)

abc249 05-18-2003 04:59 PM

BAsic networking
 
ME and my bro have 2 comps, 2 cards, a cable and mdk9.
We wantto network. We've done it in windows.
We want to play bzflag, chat and file share.
Help? anyone

serz 05-18-2003 05:56 PM

Read something about Setting up a network in Linux, or try to figure it out in Mandrake, there are tools to do this. Then if you want to share inet you will have to use a iptables script.

abc249 05-18-2003 05:58 PM

hmm... where?

dejan_j 05-18-2003 06:21 PM

for file sharing u will need 2 set up a sabma server and the rest is easy, its as simple and same as in windows.
if u run into problems post here and b specific

chimaster 05-18-2003 10:14 PM

Actually, for filesharing I'd use NFS, it's a bit faster than SMB.

Just add the mount point to /etc/exports

/home/shared 192.168.1.0

on the other machine

in fstab

192.168.1.1:/home/shared /mnt/shared nfs

or similar, that is simplified, I'd assume your network is up and running by this stage,

I.E. you've made a crossover cable and assigned IP address's etc.

The rest is easy. But when in doubt, read about network setup, www.tldp.org is a great source of info.

2damncommon 05-19-2003 12:00 AM

Install the NICs (if needed).
Connect computers VIA 1 crossover cable or Hub and 2 cables.
Configure private network IP on each. Add each to /etc/hosts (man hosts).
Try ping by IP, try ssh (if sshd is running on one or both).
Do anything else you want.
Good Luck.


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