Have a Soekris with and Atheros AR5212. Wirelessly, out to the internet packets get dropped. Wired, out to the internet, no problem. This is with the same laptop using the same outbound internet connection.

Wirelessly, from this laptop to the router no packets are dropped. From the router to some remote IP, no packets are dropped. From the laptop to the remote IP many packets are dropped.

Running tcpdump on both interfaces:

ath0:
08:46:08.875787 192.168.118.151 > 66.102.7.147: icmp: echo request
08:46:08.943949 66.102.7.147 > 192.168.118.151: icmp: echo reply [tos 0xe0]
08:46:09.872006 192.168.118.151 > 66.102.7.147: icmp: echo request
08:46:15.291102 192.168.118.151 > 66.102.7.147: icmp: echo request
08:46:15.344601 66.102.7.147 > 192.168.118.151: icmp: echo reply [tos 0xe0]
08:46:16.287958 192.168.118.151 > 66.102.7.147: icmp: echo request

sis0:
08:46:08.876374 70.72.102.186 > 66.102.7.147: icmp: echo request
08:46:08.943440 66.102.7.147 > 70.72.102.186: icmp: echo reply [tos 0xe0]
08:46:09.872583 70.72.102.186 > 66.102.7.147: icmp: echo request
08:46:15.291684 70.72.102.186 > 66.102.7.147: icmp: echo request
08:46:15.344103 66.102.7.147 > 70.72.102.186: icmp: echo reply [tos 0xe0]
08:46:16.288543 70.72.102.186 > 66.102.7.147: icmp: echo request


It simply looks like the remote site doesn't reply. With PF passing all traffic the problem persists, as well nothing is logged by pf.


Anyone know what might be going on?


Thanks,
Chris


My dmesg:
OpenBSD 4.1 (GENERIC) #1435: Sat Mar 10 19:07:45 MST 2007
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Am486DX4 W/B or Am5x86 W/B 150 ("AuthenticAMD" 486-class)
cpu0: FPU
real mem  = 66678784 (65116K)
avail mem = 52539392 (51308K)
using 844 buffers containing 3457024 bytes (3376K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 20/50/27, BIOS32 rev. 0 @ 0xf7840
pcibios0 at bios0: rev 2.0 @ 0xf0000/0x10000
pcibios0: pcibios_get_intr_routing - function not supported
pcibios0: PCI IRQ Routing information unavailable.
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc8000/0x9000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
elansc0 at pci0 dev 0 function 0 "AMD ElanSC520 PCI" rev 0x00: product 0 stepping 1.1, CPU clock 100MHz, reset 0
gpio0 at elansc0: 32 pins
cbb0 at pci0 dev 9 function 0 "TI PCI1410 CardBus" rev 0x02: irq 10
ath0 at pci0 dev 16 function 0 "Atheros AR5212" rev 0x01: irq 11
ath0: AR5213 5.9 phy 4.3 rf5112a 3.6, FCC2A*, address 00:0b:6b:57:bd:4a
sis0 at pci0 dev 18 function 0 "NS DP83815 10/100" rev 0x00, DP83816A: irq 5, address 00:00:24:c7:19:b8
nsphyter0 at sis0 phy 0: DP83815 10/100 PHY, rev. 1
sis1 at pci0 dev 19 function 0 "NS DP83815 10/100" rev 0x00, DP83816A: irq 9, address 00:00:24:c7:19:b9
nsphyter1 at sis1 phy 0: DP83815 10/100 PHY, rev. 1
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x10, lattimer 0x3f
pcmcia0 at cardslot0
isa0 at mainbus0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
wdc0 at isa0 port 0x1f0/8 irq 14
wd0 at wdc0 channel 0 drive 0: <SanDisk SDCFB-1024>
wd0: 4-sector PIO, LBA, 977MB, 2001888 sectors
wd0(wdc0:0:0): using BIOS timings
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom0: console
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
biomask f5c5 netmask ffe5 ttymask ffe7
pctr: no performance counters in CPU
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302

Reply via email to