It still does not function. I noticed the netmask and broadcast do not
look right, could this be it?

[EMAIL PROTECTED] 16:26:28 (0) ~  > ifconfig
nve0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       inet 192.168.1.84 netmask 0xffffff00 broadcast 192.168.1.255
       inet 192.168.1.85 netmask 0xffffffff broadcast 192.168.1.85
       ether 00:13:d4:2e:2f:62
       media: Ethernet autoselect (100baseTX <full-duplex>)
       status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet6 ::1 prefixlen 128
       inet 127.0.0.1 netmask 0xff000000



On 2/23/07, Jeff Palmer <[EMAIL PROTECTED]> wrote:
At 02:38 PM 2/23/2007, Jim Stapleton wrote:
>new host rc.conf:
>
>hostname="elrond.ameritech.net"
>#ifconfig_nve0="inet 192.168.1.84 netmask 255.255.255.0"
>ipv4_addrs_nve0="192.168.1.84-85/24 netmask 255.255.255.0"
>defaultrouter="192.168.1.1"
>#ifconfig_nve0="DHCP"
>usbd_enable="YES"
>linux_enable="YES"
>sshd_enable="YES"
>
>sendmail_enable="NO"
>inetd_flags="-wW -a 192.168.1.84"
>rpcbind_enable="NO"
>

Jim:  try the following:

hostname="elrond.ameritech.net"
ifconfig_nve0="inet 192.168.1.84 netmask 255.255.255.0"
ifconfig_nve0_alias0="192.168.1.85 netmask 255.255.255.255"
defaultrouter="192.168.1.1"
#ifconfig_nve0="DHCP"
usbd_enable="YES"
linux_enable="YES"
sshd_enable="YES"

- Jeff


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to