Hey everyone

I recently upgraded to latest and greatest stable kamikaze (8.09.1)and for some reason when I try ftp/scp anything to a host behind the firewall I get a stall .. (somewhere around 1.4 kb) here is my interface config :
root@OpenWrt:~# cat /etc/config/network
#### VLAN configuration
config switch eth0
    option vlan0    "0 1 2 3 5*"
    option vlan1    "4 5"


#### Loopback configuration
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 type     bridge
    option ifname    "eth0.0"
    option proto    static
    option ipaddr    192.168.1.1
    option netmask    255.255.255.0
        option mtu      1492

#### WAN configuration
config interface    wan
        option ifname   "eth0.1"
        option proto    pppoe
        option username ***
        option password ***
        option keepalive 10
        option mtu      1492

I started to play around with MTUs thinking that this could be the source of the problem but to no avail .. all other fw settings are stock ..

thanx for any help

stan