Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2003 15:12:32 -0400 (EDT)
From:      Frank Seltzer <frank_s@bellsouth.net>
To:        freebsd-stable@freebsd.org
Subject:   xl0 not responding
Message-ID:  <20030920150310.B190@Cat.nina.org>

next in thread | raw e-mail | index | archive | help
I just upgraded to 4.9-PRERELEASE on my gateway box.  After rebooting, I
can no longer ping or ssh into it nor will it pass packets.  If I put the
interface into promiscuous mode using tcpdump -i xl0, it works fine.

>From rc.conf:

gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN

>From $KERNCONF:

options IPDIVERT
options IPFIREWALL

ipfw list says:

00050 divert 8668 ip from any to any via rl0
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from any to any
65535 deny ip from any to any

ifconfig xl0:

xl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        options=3<rxcsum,txcsum>
        inet 10.0.0.2 netmask 0xff000000 broadcast 10.255.255.255
        inet6 fe80::201:2ff:feed:432c%xl0 prefixlen 64 scopeid 0x1
        ether 00:01:02:ed:43:2c
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

Anyone have an idea what is wrong?

Frank
--
"We will not tire, we will not falter, we will not fail." - George W. Bush



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