Page 1 of 1

how can give to my client public ip?

Posted: Mon Mar 17, 2008 11:03 pm
by kiilinet
Hi

i have public ips 195.50.213.224/27. And my local network is working with mascerade. Lan ip is 10.0.0.0/24 how can i passthrou public network and also mascerade local network. My client wanted public ips.

Can anyone help me?

Re: how can give to my client public ip?

Posted: Mon Mar 17, 2008 11:36 pm
by Dataphd
This is essentially what I have been trying to do...

Re: how can give to my client public ip?

Posted: Tue Mar 18, 2008 12:29 am
by rboerom
IP
firewall
nat


dst nat chain



dst address public IP

action

dst nat private IP


all set

Re: how can give to my client public ip?

Posted: Tue Mar 18, 2008 12:48 am
by Ibersystems

Re: how can give to my client public ip?

Posted: Tue Mar 18, 2008 12:52 am
by Dataphd
Doing it your way the people inside are still using private IP's. If I am correct we are both trying to use public IP's inside the network and have the router route them without nat'ing.

How can we route public ips that are being used on one interface out another??

Thanks