Hi all

I have freebsd as bridge function

Port signal showing in the switch: fxp1 doesn't show
full duplex
But ifconfig: fxp1 shows full duplex

How do I know which message is correct?

please help

my setting as follows:


file: /etc/rc.conf

ifconfig_fxp0="inet 192.168.0.10 netmask 255.255.225.0
media 100baseTX mediaopt full-duplex"
ifconfig_fxp1="media 100baseTX mediaopt full-duplex"


bridge# ifconfig -a
fxp0:
flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
mtu 1500
        inet 192.168.0.10 netmask 0xfffff000 broadcast
255.255.255.255
        ether 00:03:47:7d:42:74
        media: Ethernet 100baseTX <full-duplex>
        status: active
fxp1:
flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
mtu 1500
        ether 00:02:b3:a1:4c:69
        media: Ethernet 100baseTX <full-duplex>
        status: active

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to