From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 10:35:10 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA625789 for ; Thu, 31 Jul 2014 10:35:10 +0000 (UTC) Received: from wp188.webpack.hosteurope.de (wp188.webpack.hosteurope.de [IPv6:2a01:488:42::50ed:84c3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 804552871 for ; Thu, 31 Jul 2014 10:35:10 +0000 (UTC) Received: from 178-25-204-208-dynip.superkabel.de ([178.25.204.208] helo=paul-pc.mbnet.de); authenticated by wp188.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) id 1XCnhT-0003UO-Qc; Thu, 31 Jul 2014 12:35:07 +0200 Date: Thu, 31 Jul 2014 12:34:14 +0200 From: Paul Blockhaus To: freebsd-questions@freebsd.org Subject: vlan address-aliassing not working Message-ID: <20140731123414.388112e1@paul-pc.mbnet.de> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de; paul@mueller-blockhaus.de; 1406802910; fd998c84; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 10:35:10 -0000 Hello Guys, recently I set up ezjail on my UTM and made aliasses for my vlan, so far no problems, but after reboot the aliases for the vlans hasn't been recreated, only for the physical non-vlan NICs. Any Ideas why the aliases weren't created, is it my mistake? Greetings Paul my /etc/rc.conf: hostname="utm" keymap="german.iso.kbd" ifconfig_re1="inet 192.168.0.2 netmask 255.255.255.0" ifconfig_em0="inet 192.168.1.1 netmask 255.255.255.0" vlans_em0="50 150" ifconfig_em0_50="inet 192.168.2.1 netmask 255.255.255.0" ifconfig_em0_150="inet 192.168.6.1 netmask 255.255.255.0" wlans_ath0="wlan0" create_args_wlan0="wlanmode hostap" ifconfig_wlan0="inet 192.168.3.1 netmask 255.255.255.0 ssid mbnet mode 11ng channel 1" defaultrouter="192.168.0.1" ifconfig_em0_alias0="inet 192.168.1.2 netmask 255.255.255.0" ifconfig_em0.50_alias0="inet 192.168.2.3 netmask 255.255.255.0" ifconfig_em0_150_alias0="inet 192.168.6.2 netmask 255.255.255.0" ifconfig_wlan0_alias0="inet 192.168.3.2 netmask 255.255.255.0" sshd_enable="YES" powerd_enable="YES" dumpdev="AUTO" dhcpd_enable="YES" dhcpd_conf="/usr/local/etc/dhcpd.conf" dhcpd_ifaces="em0 em0.50 wlan0 " dhcpd_withumask="022" dhcpd_chuser_enable="YES" dhcpd_withuser="dhcpd" dhcpd_withgroup="dhcpd" dhcpd_devfs_enable="YES" pf_enable="YES" hostapd_enable="YES" ftpproxy_enable="YES" ezjail_enable="YES" syslog_flags="-s -s" -- Emails sind wie Postkarten, jeder kann sie lesen