Packet captures?  Perhaps the forwarding function is working.

I'd run wireshark and see if the FTP packets are being forwarded out of the 
router...


----- Original Message ----- 
From: "Daren Tay" <[EMAIL PROTECTED]>
To: <vyatta-users@mailman.vyatta.com>
Sent: Tuesday, August 28, 2007 6:09 AM
Subject: [Vyatta-users] Allowing FTP Connections


> Hi guys,
>
> I realise after setting all the static routes, and what not, I can SSH but 
> I
> can't FTP. weird...
>
> basically the public ip is at my router which directs to my private server
> (192.168.40.x) via routing.
> The 2 key NAT rules are:
>
>    rule 1 {
>        type: "source"
>        translation-type: "masquerade"
>        outbound-interface: "eth0"
>        protocols: "all"
>        source {
>            network: 192.168.40.0/24
>        }
>        destination {
>            network: 0.0.0.0/0
>        }
>    }
>
>
>    rule 12 {
>        type: "destination"
>        translation-type: "static"
>        inbound-interface: "eth0"
>        protocols: "all"
>        source {
>            network: 0.0.0.0/0
>        }
>        destination {
>            address: <public ip>
>        }
>        inside-address {
>            address: 192.168.40.73
>        }
>    }
>
>
>
> Can SSH, HTTP etc, but I can't do FTP weirdly.... do I need to do more 
> NAT?
>
> Thanks!
> Daren
>
> _______________________________________________
> Vyatta-users mailing list
> Vyatta-users@mailman.vyatta.com
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.484 / Virus Database: 269.12.10/976 - Release Date: 8/27/2007 
> 6:20 PM
>
> 

_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to