Hi All!

I'm having trouble trying to get WPA Psk working on a routed point 2 point connection. Both routers are using Kami 7.09, one is a Wrt54gl V1.1 and the other is a Wrt54g v2.

The link between the two routers is fine and I can route traffic successfully between both end points. I have tried to enable WPA Psk and the connection runs really unstable with extremely high pings. I've been reading around and but cannot seem to find a definitive answer with the status of this.

Any help or advice much appreciated. Thanks!


Configs
--------

Wrt54gl:-

/etc/config/wireless:

        config wifi-device  wl0
                option type     broadcom
                option channel  14
                                        
        config wifi-iface
                option device   wl0
                option network  wifi
                option mode     ap
                option ssid     AR_BRIDGE
                option hidden   "1"

/etc/config/network:

        #### LAN configuration
        config interface lan
                option ifname   "eth0.0"
                option proto    static
                option ipaddr   192.168.0.7
                option netmask  255.255.255.0
                option gateway  192.168.0.1
                option dns      192.168.0.251
       
       
        #### Wi-Fi LAN configuration
        config interface wifi
                option ifname   "wl0"
                option proto    static
                option ipaddr   10.0.0.1
                option netmask  255.255.255.252


Wrt54g V2:-

/etc/config/wireless:

        config wifi-device  wl0
                option type     broadcom
                option channel  14
       
        config wifi-iface
                option device   wl0
                option network  wifi
                option mode     sta
                option ssid     AR_BRIDGE
                option hidden   "1"

/etc/config/network:

        config interface loopback
                option ifname   "lo"
                option proto    static
                option ipaddr   127.0.0.1
                option netmask  255.0.0.0
       
       
        #### LAN configuration
        config interface lan
                option ifname   "eth0.0"
                option proto    static
                option ipaddr   192.168.0.7
                option netmask  255.255.255.0
                option gateway  192.168.0.1
                option dns      192.168.0.251
       
       
        #### Wi-Fi LAN configuration
        config interface wifi
                option ifname   "wl0"
                option proto    static
                option ipaddr   10.0.0.1
                option netmask  255.255.255.252