Is this the posting you meant:

> Justin Fletcher jfletche at gmail.com
> Fri Jun 1 11:55:37 PDT 2007
> 
>     * Previous message: [Vyatta-users] nat internal-to-external
>     * Next message: [Vyatta-users] VC2.1.1 updates in community/main 
> repository
>     * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 
> I think you're looking for something like:
> 
>         rule 1 {
>             type: "source"
>             translation-type: "masquerade"
>             outbound-interface: "eth0"
>             protocols: "all"
>             source {
>                 network: 10.0.0.0/8
>             }
>             destination {
>                 network: 0.0.0.0/0
>             }
>         }
> 
> On 6/1/07, Marco Mangione <m.mangione at dnshosting.it> wrote:
>>
>>
>> i made a new rule for nat a static external ip to internal ip
>>
>>
>>   rule 10 {
>>        type: "destination"
>>        translation-type: "static"
>>        inbound-interface: "eth0"
>>        protocols: "all"
>>        source {
>>            network: 0.0.0.0/0
>>        }
>>        destination {
>>            address: 60.0.0.163
>>        }
>>        inside-address {
>>            address: 10.0.0.2
>>        }
>>    }
>>
>> now i need to do the same but from internal to external i tried but w/o
>> success :(  any idea ?

On a side note, is there an easy way to search the mailing list archives. 
I could only find the archives split by months and I had to look at each 
page separately.

Thanks for the info.

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

Reply via email to