Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 16:00:28 -0700 (PDT)
From:      Bsd Neophyte <bsdneophyte@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   having problems with getting two interfaces running on FreeBSD 5.1
Message-ID:  <20030826230028.42768.qmail@web20102.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
i have two NICs in my FreeBSD 5.1 box.  the idea was to have the box run
as a proxy server down the line... possibly an IDS as well.

i'm having issues with getting both interfaces up and running.

here's the output with "ifconfig -a":

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.244 netmask 0xfffffff0 broadcast 192.168.100.255
        ether 00:a0:c9:31:b5:d2
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
fxp1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        ether 00:a0:c9:de:cb:70
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000

this is what my rc.conf looks like:

#Network settings
defaultrouter="192.168.1.254"
hostname="neptune.adelphia.net"
ifconfig_fxp0="inet 192.168.1.244  netmask 255.255.255.240"
ifconfig_fxp1="inet 192.168.1.245  netmask 255.255.255.240"


i'm sure this is causing problems for samba as well.  because... well
samba isn't working... and when i type: "smbclient -L //neptune" i get the
following:

added interface ip=192.168.1.244 bcast=192.168.1.255 nmask=255.255.255.240
can't determine netmask for fxp1

anyone know what to do here?



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030826230028.42768.qmail>