make me crasy

Mario Roeber mario at port-x.de
Tue Aug 5 08:59:16 UTC 2008


Hello, 

i'hope i'can get help here. I'm from germany and now i'play with isc-dhcpd to get my network-configuration up two weeks.

first it's work but not with 2 HardwareNIC's, here the starupinfo at freebsd 7.0:

router# dhcpd -cf /usr/local/etc/dhcpd.conf rl1 fxp0
Internet Systems Consortium DHCP Server 4.1.0a1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 14 leases to leases file.
Multiple interfaces match the same shared network: rl1 fxp0
Listening on BPF/fxp0/00:02:b3:c1:ac:f1/portx-net
Sending on   BPF/fxp0/00:02:b3:c1:ac:f1/portx-net
Listening on BPF/rl1/00:0e:2e:08:ea:bf/portx-net
Sending on   BPF/rl1/00:0e:2e:08:ea:bf/portx-net
Sending on   Socket/fallback/fallback-net

here the configuration for all interfaces to my mashine at /etc/rc.conf

ifconfig_rl0="inet 212.21.69.99 netmask 255.255.255.240"
ifconfig_rl1="inet 10.10.1.254 netmask 255.255.255.0"
ifconfig_fxp0="inet 10.10.3.254 netmask 255.255.255.0"
ifconfig_fxp1="inet 10.10.2.254 netmask 255.255.255.0"

here the /usr/local/etc/dhcpd.conf:

# dhcpd.conf
option domain-name "port-x.de";
default-lease-time 600;
max-lease-time 7200;
authoritative;
ping-check true;
log-facility local7;

shared-network portx-net {
     subnet 10.10.1.0 netmask 255.255.255.0 {
        option domain-name "port-x.de";
        option routers 10.10.1.254;
        option broadcast-address 10.10.1.255;
        option ntp-servers 10.10.1.254;
        option domain-name-servers 10.10.1.254;
        pool {
           range 10.10.1.200 10.10.1.210;
        }
     }

     subnet 10.10.3.0 netmask 255.255.255.0 {
        option domain-name "port-x.de";
        option routers 10.10.3.254;
        option broadcast-address 10.10.3.255;
        option ntp-servers 10.10.3.254;
        option domain-name-servers 10.10.3.254;
        pool {
           range 10.10.3.200 10.10.3.210;
        }
     }
}

The Problem: always i'get some ip from 10.10.3.x range. I'use a Switch with VLAN configured fxp0 and rl1 are different VLAN's. 
So i'dont know what i'do wrong. i'was try to found with google 1000times to found some result about it. 

best regards,
mario
-
The box said: Requires Windows VISTA or better. So I bought a Macintosh.

Mario Roeber
eMail: mario at port-x.de
VoIP: sip:200 at merlin.port-x.de
wSite: http://www.port-x.de
Notebook http://magic.port-x.de/home/mario/WebBlog/


More information about the dhcp-users mailing list