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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to