Mor_gath
October 11th, 2003, 09:08
Hello there, I have a strange problem I'm having problem solving.
I have a 3com officeconnect 11g(802.11g) wireless AP with an 100mgb full duplex rj45 uplink connection, the ap has an static ip 192.168.1.1/24 .
a windows client with a 54mgb pci wireless card also with an static ip 192.168.1.1/24
I get 1 ip from my isp by dhcp.
My topology is:
adslmodem->switch->obsd3.3_gateway->switch->wirelessAP
The problem I have is that the gateway can not talk(ping) to the ap for some odd reason.
I'm not running any encroption at the moment on the ap. But the ap should be transperant for any computers connected to it's uplink port right ?
pf.conf
[code:1:f850650804]
exit_if="dc0"
int_if="xl0"
protected="192.168.1.1/24"
nat on $exit_if from $protected to any ->($ext_if)
pass in all
pass out all
[/code:1:f850650804]
dc0 is set to get ip from dhcp
xl0 has 192.168.1.1 255.255.255.0
thnx for any inputs.
I have a 3com officeconnect 11g(802.11g) wireless AP with an 100mgb full duplex rj45 uplink connection, the ap has an static ip 192.168.1.1/24 .
a windows client with a 54mgb pci wireless card also with an static ip 192.168.1.1/24
I get 1 ip from my isp by dhcp.
My topology is:
adslmodem->switch->obsd3.3_gateway->switch->wirelessAP
The problem I have is that the gateway can not talk(ping) to the ap for some odd reason.
I'm not running any encroption at the moment on the ap. But the ap should be transperant for any computers connected to it's uplink port right ?
pf.conf
[code:1:f850650804]
exit_if="dc0"
int_if="xl0"
protected="192.168.1.1/24"
nat on $exit_if from $protected to any ->($ext_if)
pass in all
pass out all
[/code:1:f850650804]
dc0 is set to get ip from dhcp
xl0 has 192.168.1.1 255.255.255.0
thnx for any inputs.