Hi,
my setup:
*/etc/hostname.re0*
up
*/etc/hostname.vlan100*
inet 192.168.100.184 255.255.255.0 192.168.100.255 vlandev re0 description
VLAN1-Net1
*/etc/hostname.vlan178*
inet 192.168.178.184 255.255.255.0 192.168.178.255 vlandev re0 description
VLAN7-Net2
*/etc/hostname.athn0*
inet 192.168.100.185 255.255.255.0
up
media autoselect mode 11g
mediaopt hostap
nwid openbsd2
chan 6
wpakey <password>
*/etc/hostname.bridge0*
add vlan100
add athn0
up
*/etc/dhcpd.conf*
shared-network LAN {
option domain-name "universum.local";
option domain-name-servers 192.168.100.184;
option time-servers 192.168.100.184;
subnet 192.168.100.0 netmask 255.255.255.0 {
option routers 192.168.100.184;
range 192.168.100.32 192.168.100.227;
}
}
*/etc/rc.conf.local*
dhcpd_flags="vlan100 athn0"
Now in "*/var/log/messages*" i get the error messages:
Nov 27 01:31:27 openbsd dhcpd[31924]: Multiple interfaces match the same
subnet: athn0 vlan100
Nov 27 01:31:27 openbsd dhcpd[31924]: Multiple interfaces match the same
shared network: athn0 vlan100
Best regards
Alex
--
View this message in context:
http://openbsd-archive.7691.n7.nabble.com/Multiple-interfaces-match-the-same-subnet-tp283819.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.