[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Network Install won't connect



Laurent Steffan wrote:
> I see two ways out of this : 
> 
> 1) you can reboot your Linux machine, note all initialization performed
> ...
> 
> 2) or, you can reboot with Mac OS 9, go to the TCP/IP Control Panel, note
> ...

Assuming that the ifconfig output is at least partially correct, it might
be worth trying to set the correct routes by hand doing some guess-work as
to the correct gateway.

Try deleting the existing route via 

	'route del default', 
	'route del -net 24.218.224.0 netmask 255.255.248.0 eth0' 

(netmask and device might not be necessary in this, but I'm not sure) and
adding a route for your network via

	'route add -net 24.218.248.0 netmask 255.255.248.0 eth0'.

After that, try whether you can ping 24.218.248.1 which *probably* is the
correct gateway for your network. If that works, add that gateway via

	'route add default gw 24.218.248.1'

and see whether this sets you up. If it doesn't or if the ping didn't work
in the first place, you're left with the options suggested by Laurent.

Regards,

  Manuel


-- 
To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: