Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2004 10:38:23 +0300 (EEST)
From:      "Dmitriy V. Andrushko" <da@ubtc.kharkov.ua>
To:        kamal kc <rosey_kc@yahoo.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: help:: configuring two network interfaces--message->>ifconfig: ioctl (SIOCAIFADDR): File exists
Message-ID:  <Pine.LNX.4.33.0409071036420.6980-100000@sa.ubtc.kharkov.ua>
In-Reply-To: <20040907071030.53611.qmail@web13007.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>  ifconfig_rl1="inet 192.168.10.1  netmask 255.255.255.0"
>  ifconfig_rl0="inet 192.168.10.2  netmask 255.255.255.0"

 You can't have two network interfaces on the same subnet. You can
configure your net next way:
ifconfig_rl1="inet 192.168.10.1  netmask 255.255.255.0"
ifconfig_rl0="inet 192.168.20.1  netmask 255.255.255.0"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0409071036420.6980-100000>