Fred Crowson wrote: > On 12/20/09, Kyle E <[email protected]> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hello list, >> >> I have recently installed 4.6 via PXE and FTP. The hardware is a Soekris >> net4501. I am having a problem getting a mini-pci "Intersil Prism >> GT/Duette" wireless card using the pgt driver to work properly. All >> other network interfaces are working fine. >> >> It appears to associate to the access point (the IP is manually assigned): >> >> pgt0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 >> lladdr 00:0c:41:18:c7:bd >> priority: 4 >> groups: wlan egress >> media: IEEE802.11 autoselect (OFDM24) >> status: active >> ieee80211: nwid XXXXXX chan 5 bssid 00:21:29:ae:56:9d nwkey <not >> displayed> 100dBm >> inet 192.168.1.50 netmask 0xffffff00 broadcast 192.168.1.255 >> inet6 fe80::20c:41ff:fe18:c7bd%pgt0 prefixlen 64 scopeid 0x6 >> >> and I can see packets being transmitted on the interface with tcpdump: >> >> tcpdump: listening on pgt0, link-type EN10MB >> 16:41:14.406814 arp who-has 192.168.1.1 tell 192.168.1.50 >> 16:41:15.291450 arp who-has 192.168.1.1 tell 192.168.1.50 >> >> I can also use wireshark on another computer to see ARP queries coming >> from the pgt0 interface, and the replies being sent back to it. >> In any case, it seems that the pgt0 interface cannot receive any data. >> >> Any ideas? >> Thanks very much for any help. > > How is pf configured? > > Fred >
pf has the default configuration from the install: set skip on lo pass block in on ! lo0 proto tcp to port 6000:6010 Just in case, I tried disabling pf anyway, but that didn't help.

