-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
after reading a lot about dhcp server running on debian sarge vserver
i still can't get this thing working. dhcp3-server reporting the follwing
to syslog inside the vserver:
"-- Dec 12 16:34:01 nagato dhcpd: Open a socket for LPF: Operation not
permitted"
here some output the vserver (nagato) that might be useful:
haruna: The Host OS (Debian Sarge, Kernel 2.6.12 (including debian
patches and vserver2 patch))
nagato: The vserver running on haruna
haruna:/# cat /etc/vserver/nagato.conf
IPROOT=10.6.2.10
IPROOTDEV=eth2
ONBOOT=no
S_HOSTNAME=nagato
S_CAPS="CAP_NET_RAW"
IPROOTMASK=255.255.255.0
IPROOTBCAST=10.6.2.255
nagato:/# ifconfig
eth2 Link encap:Ethernet HWaddr 00:04:23:BD:23:B2
inet addr:10.6.2.10 Bcast:10.6.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:42278 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3092839 (2.9 MiB) TX bytes:398 (398.0 b)
Base address:0x5000 Memory:fdfe0000-fe000000
nagato:/# cat /etc/dhcp3/dhcpd.conf
server-identifier nagato;
authoritative;
ddns-update-style interim;
key FOO {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret <blocked out>
};
zone seso.at. {
primary 10.6.2.10;
key FOO;
}
# Subnet Definition
subnet 10.6.2.0 netmask 255.255.255.0 {
range 10.6.2.30 10.6.2.200;
option subnet-mask 255.255.255.0;
option broadcast-address 10.6.2.255;
option domain-name "seso.at";
one-lease-per-client on;
default-lease-time 288000;
max-lease-time 288000;
# Gateway and DNS-Server
option routers 10.6.2.1;
option domain-name-servers 10.6.2.10;
}
# static mappings
host static1 {
hardware ethernet 00:00:00:00:00:00;
fixed-address 10.6.2.7;
}
who has any idea why this doesn't work ?
Thanks a lot in advance,
Kind regards
edi
..:: eduard senn
..:: @. esenn@greyscale.info
..:: web. http://photos.greyscale.info, http://kernel.greyscale.info
..:: pgp. http://kernel.greyscale.info/files/esenn.pgp
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDnapv3i32mb9/pfQRApE2AJ9lss8gqhycB0vq36e8K/6MDeCOsgCaA86h
fvJ1/CcyWzoMtWobmtpnjmM=
=9SnV
-----END PGP SIGNATURE-----
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Mon Dec 12 16:51:56 2005