Hi,
i have configure my firewall in such that it will redirect port 8448 to my port 22
config redirect
option src wan
option name ssh
option proto tcp
option src_dport 8448
option dest_ip 192.168.2.1
option dest_port 22
normally while accessing locally we -->ssh root@192.168.2.1
now i am try to access it through Internet -->ssh root@w.x.y.z:8448
but it give name or service not known..
More INFO
openwrt <---> ADSL router <----> INTERNET <--> this is where i am trying to ssh from
192.168.2.1 <---> 192.168.1.254
I have configured my ADSL router to allow port 8448 for the connecting openwrt router. openwrt router get an IP from ADSL router with 192.168.1.68
regards,
ian_wk