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

Reply via email to