Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
No subnet declaration for eth1 (172.30.68.47).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
er soll nur die eth1 nehmen:
DHCPD_INTERFACE="eth1"
aber die eth1 ist so konfiguriert:
BOOTPROTO='static'
BROADCAST='192.168.0.255'
IPADDR='192.168.0.1'
MTU=''
NETMASK='255.255.255.0'
NETWORK='192.168.0.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
UNIQUE='WL76.HVgIlgOrmpC'
_nm_name='bus-pci-0000:00:09.0'
und eth0:
BOOTPROTO='static'
BROADCAST='172.30.71.255'
IPADDR='172.30.68.47'
MTU=''
NETMASK='255.255.248.0'
NETWORK='172.30.64.0'
REMOTE_IPADDR=''
STARTMODE='onboot'
UNIQUE='gZD2.HVgIlgOrmpC'
_nm_name='bus-pci-0000:00:0b.0'
was hab ich vertauscht?! oder komplett falsch gemacht ^ ^ sorry bin am anfang meiner linux karriere
in der dhcp.conf sind noch die standardeinstellungen ... wenn ich da was ändern soll wäre nen beispiel nett
ich will einfach nur das auf der karte mit der 192.168.0.1 ip adressen vergeben werden von 192.168.0.50 bis 100 ... und die andere karte davon unberührt bleibt ..
mfg
stefan