On Sat, Oct 9, 2010 at 1:11 PM, Arun Khan knura9@gmail.com wrote:
On Fri, Oct 8, 2010 at 11:52 AM, Dattatray Kamble meet2dsk@gmail.com wrote:
.... major snip .....
Hi,
I want to configure ftp to different public ip other than squid's
public ip.
As others have suggested you need to "port forward" for the service. Please read up on port forwarding. All such settings should be in your ISP's modem/router - please read up the documentation for your ISP's modem/router. On my MTNL modem/router, FTP port forwarding rule comes as a template in which I just need to provide the IP number of my LAN machine. There must be something similar to it in your modem/router. Alternately, most modem/routers provide a "single" DMZ host. You can put your FTP server as this DMZ host.
-- Arun Khan
Hi,
I have few public IP's ..I don't have modem...My proxy configured as transparent with two ethernet cards. If i apply DNAT rule then i can access the vsftpd system locally with public ip.but i can't access the system on lan..
The rule applied as follows --
#iptables -t nat -A PREROUTING -d 118.x.x.x -j DNAT --to 192.y.y.y
this 118.x.x.x is no where assigned in the network so where should i apply port forwarding if no ethernet card available for that ip.
i am struggling on this issue since 5 days.
thanks for any help.