help:: configuring two network interfaces--message->>ifconfig: ioctl (SIOCAIFADDR): File exists

Dmitriy V. Andrushko da at ubtc.kharkov.ua
Tue Sep 7 00:38:29 PDT 2004


>  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"




More information about the freebsd-net mailing list