Dear all,
I am accessing a server via VPN sitting behind a firewall. It was has a NAT, internal address is 10.0.0.1 and external is 205.66.205.66.
I am running linux 2.6.9 and i did
ftp 205.66.205.66
and I logged in just fine.
But when i do an ls command,
it says
ftp> ls
227 Entering Passive Mode (10,0,0,1,17,226).
So it is using the internal server ip address it gives to my client? I don't know if there is a solution for this. What should I do?
I am accessing a server via VPN sitting behind a firewall. It was has a NAT, internal address is 10.0.0.1 and external is 205.66.205.66.
I am running linux 2.6.9 and i did
ftp 205.66.205.66
and I logged in just fine.
But when i do an ls command,
it says
ftp> ls
227 Entering Passive Mode (10,0,0,1,17,226).
So it is using the internal server ip address it gives to my client? I don't know if there is a solution for this. What should I do?