Hi,
On Wed, 17 Feb 1999, W.H. Dekker wrote:
>
> one with SuSE-5.3, hostname servalys
> the other with SuSE-6.0, hostname melati
>
> I want them in a net but I don't seem to be able to do that: ping
> melati on servalys and vice versa says: network unreachable.
Did you try pinging their IPs or just host names?
Maybe just the name service needs corrections...
>
> When I make a ppp-connection with my provider, hgatenl.hobby.nl, I get
> the IP address 212.19.199.34, so I made those /etc-files as follows:
> =================
> /etc/hosts:
> =================
> 127.0.0.1 localhost
> 192.168.1.1 servalys.hobby.nl servalys
> 192.168.1.2 melati.hobby.nl melati
> 212.19.199.2 www.hobby.nl
> 212.19.199.34 pm1.hobby.nl
I am not sure if you can give your local network same domain name as a
real network if you are going to use an external name server...
> =================
> /etc/host.conf:
> =================
> order hosts bind
> multi on
> =================
> /etc/networks:
> =================
> loopback 127.0.0.0
> localnet 192.168.1.0
> =================
> /etc/resolv.conf:
> =================
> search hobby.nl
> nameserver 192.168.1.1
> nameserver 192.168.1.2
> nameserver 212.19.199.34
Are you running name servers on both of your systems?
Usually, you put names of your ISP's primary and secondary name servers,
unless you run your own.
something like this:
-----start /etc/resolv.conf----------
search hobby.nl
nameserver 212.19.199.34 # primary name server
nameserver 212.19.199.XX # secondary name server
---------end /etc/resolv.conf-------------
> =================
> /etc/route.conf:
> =================
> 192.168.1.0 0.0.0.0 255.255.255.0 eth0
>
You probably want this in your /etc/route.conf:
----------start--------------
192.168.1.0 0.0.0.0 255.255.255.0 eth0
212.19.199.0 0.0.0.0 255.255.255.0 eth1
default 212.19.199.1 # your default ISP's gateway
# or your masquerading machine (for local network)
---------------end------------
Most of this info you can get from your ISP.
good luck,
-alexm
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html