Stacey Roberts and Bill Moran wrote stuff:
Wot I dun:
root@BAPhD ~ #ifconfig rl1 inet 192.168.1.100 netmask 255.255.255.0
ifconfig: ioctl (SIOCAIFADDR): File exists
root@BAPhD ~ #ifconfig -a
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::205:1cff:fe01:9622%rl1 prefixlen 64 scopeid 0x2
ether 00:05:1c:01:96:22
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
At that point the two amber lights for that system light up on the hub - Yeah!


Altered rc.conf as follows
# -- sysinstall generated deltas -- # Sun Dec 1 22:00:04 2002
ifconfig_rl0="inet 192.168.1.100 netmask 255.255.255.0"
# added this line after manual invoking of rl1 using ifconfig
ifconfig_rl1="inet 192.168.1.100 netmask 255.255.255.0"
defaultrouter="192.168.1.1"

I have given both NICs the same address because they are both on the same machine - is this right or wrong?

--
Brian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to