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

Re: network setup?



Frank Lienhard skrev:
> Hi there.
> 
> I run a testinstall of debian-edu (as homenetwork for my family)
> I'm used to the debian installer, so no problems with expert-install.
> But although I configured my network to 192.168.1.* it comes up with:
> eth0 as 10.0.0.2 and
> eth1 as 192.168.0.* (which is i.O, because it's for the clients, if I'm
> right)
> 
> So I edited the /etc/network/interfaces to my subnet, to be able to
> upgrade and install things over the net.
> But nevertheless which packagemanager I use (adept, aptitude) I get
> webcache errore like this:
> "webcache failed on 10.0.0.2:3184"
> there's a bug (1054) mentioned in bugzilla, but it only says it will do
> no harm (well no install, no upgrade is harm to me)

The short answer if to set up a dummy network dumm0 with an IP-address
of 10.0.2.2

ifconfig eth0 dummy0 netmask 255.255.255.0

to make it permanent add the following lines to /etc/network/interfaces
 auto dummy0
    address 10.0.2.2
    netmask 255.255.255.255



Maybe you need to edit /etc/bind/debian-edu/named-bind9.conf, to include
 /var/run/bind/named.options instead of the default
/etc/bin/debian-edu/named.conf.options


> any hints?

Hmm, I always seems to answer above those lines ...

-- 
Finn-Arne Johansen
faj@bzz.no http://bzz.no/
EE2A71C6403A3D191FCDC043006F1215062E6642 062E6642



Reply to: