Subject: Re: Network problems w/1.3
To: Rick Copeland <rickgc@calweb.com>
From: Luke Mewburn <lukem@cs.rmit.edu.au>
List: port-sun3
Date: 04/06/1998 16:13:26
Rick Copeland writes:
> I have just installed 1.3 on a Sun 3/80 and it seems to function better than
> 1.2E except I cannot get the network running. When I ping out to some other
> host I get "no route to host". I have configured the following files:
> 
> /etc/hosts: #
>             127.0.0.1        localhost
>             #
>             192.250.150.44   citrine.gem.com   citrine
>             #
> 
> /etc/hostname.le0: 
>             inet citrine.gem.com
> 
> /etc/myname:
>             citrine.gem.com
> 
> /etc/defaultdomain:
>             gem.com
> 
> There is a new file to me that is called "ifconfig.le0" it is configured as
> such:
> 
> /etc/ifconfig.le0:
>             inet netmask 255.255.255.0
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

shouldn't this be:
		inet citrine.gem.com netmask 255.255.255.0

i'd also remove /etc/hostname.le0; it's not used anymore


> Can someone see where the problem is?  Is there some other file that I am
> missing?