Re: Private/Home network/VPN /lan ? What the help

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: Private/Home network/VPN /lan ? What the help
On Thu, 2004-04-22 at 16:39, Page E. Greer wrote:
> Ive got three Comp.that I want to network. Ive got a Dlink Dss 5+ port
> switch that 2 are connected to. 2 are esentially the same ECs K7 S5A
> Mboards AND a epox based machine. The epox M. i want to use as a
> gateway. It has suse 8.1 Pro  right now and the" simple server"
> INstalled with Kde. THe I chose Ip address 10.0.10.1 . the other box has
> dual boot WIN XP and SUSE 9.0 Pro{ AND I didnt pay for the xp.}with IP
> 10.0.10.2 [should I change this to bclass add?]  they were both
> installed under yast . ifstatus says both cards are in installed reads
> the mac and Ip as setup . ping gives me no lost packets from one box to
> the other.     i Knoww the Domain names are not s
> et right Becase of what ive red said it did make that much diff. any way
> netstat -r gives me dest. 10.0.10.0 Gate. *  GENMASK 255.255.255.0 
> FLAGGS U Mss 0 Window 0 irtt 0 Iface eth0/Dest. default 10.0.10.1
> genmask 0.0.0.0 flaggs UG MSS 0 Window 0 Irtt 0 Iface eth0  any one got
> any ideas         

----
It would make sense to have server 10.0.10.1 subnet mask 255.255.255.0
as you have apparently done. Then all other computers should be
different addresses on the same subnet mask:

10.0.10.x (ip addresses for any other computer)
255.255.255.0 (subnet mask for all computers)
where x > 1 and < 254 and all computers have a different value for x

since ping works from one machine to another, it would appear that this
is somewhat the method used.

You can set machine_name.domain_name.tld to be anything you want on each
machine but it would help if you have on each Linux computer, an entry
in /etc/hosts that identifies them such as:

127.0.0.1    localhost.localdomain localhost
10.0.10.1    server.mydomain.com         server
10.0.10.2    linuxstation.mydomain.com   linuxstation
10.0.10.3    win-xp.mydomain.com         win-xp
10.0.10.4    mac.mydomain.com            mac


Each machine should have a gateway (aka router) address specified which
would be the path for all packets not going to the local subnet
(10.0.10.x subnet mask 255.255.255.0)

Your question is unclear - are you asking about setting up the computer
at 10.0.10.1 to be a router for the other machines to the internet?

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss