Subject: SV: network netbsd <-> ntserver
To: Matthias Scheler <tron@lyssa.owl.de>
From: Roger Strandberg <roger@mbox314.swipnet.se>
List: tech-net
Date: 01/24/1998 15:35:10
I have change ip nummers too
Unix 192.168.1.2
NT or win95 (netserv) 192.168.1.1
I have tested the line with ping when i hade win95<->win95 on both ends.
and win95<->nt server
and that works so it can't be the lines.
Unix:
The netstart script reads and translate the hostname.ed0 like this:
ifconfig ed0 inet 192.168.1.2 netmask 255.255.255.0 broadcast
192.168.1.255
and then netstart route the localhost.
When I look in "netstat -r" I se that Destination for 192.168.1 is link#1
i.e. Interface = ed0
then should all network request to 192.168.1.1 to 192.168.1.254 exept
192.168.1.2 (how is routed to localhost)
be sent too ed0
When i ping netserv(192.168.1.1) from unix ping say that "Host is Down"
Help me please....
Roger.....
----------
> Från: Matthias Scheler <tron@lyssa.owl.de>
> Till: tech-net@NetBSD.ORG
> Ämne: Re: network netbsd <-> ntserver
> Datum: den 24 januari 1998 12:41
>
> In article <199801241126.MAA09102@mb06.swip.net>,
> "Roger Strandberg" <roger@mbox314.swipnet.se> writes:
> > I needs some ide howto get my network to work.
> >
> > UNIX on 123.123.123.2
> > And NT on 123.123.123.1
>
> Unwise choise for IP addresses. Better use 192.168.1.1 and 192.168.1.2.
>
> > i use netbsd 1.2.1
> > and have made a file called hostname.ed0 with
> > inet 123.123.123.2 255.255.255.0 123.123.123.255
> > dest 123.123.123.1
>
> "dest" is wrong, it's only used for point to point interfaces like PPP
> or slip.
>
> --
> Matthias Scheler http://home.owl.de/~tron/