ISDN Router , NAT and 3 Networks

Hi

Hope some of you can help me with a NAT problem.

I have a Cisco 876 ISDN Router that shall do the following:

LAN IP Address: 192.168.1.1 /24 WAN IP Address: 172.16.1.1 /30

But the company at the other side can not accept the 192.168.1.0 /24 network. They ask me to translate LAN IP Adresses to 10.10.10.1 /24

How do I do that, when I already have assigned an address to the WAN interface ?

Thanks

R.B.P.

--

--------------------------------- --- -- - Posted with NewsLeecher v3.8 Final Web @

formatting link
----- ---- -- -

Reply to
Anonymous
Loading thread data ...

try

ip nat outside source list 1 pool NET-10

access-list 1 permit 192.168.1.0 0.0.0.255

ip nat pool NET-10 10.10.10.1 10.10.10.256 prefix-length 24 type match- host

Reply to
Merv

I'll try that

Thanks for your help

// R.B.P.

--

--------------------------------- --- -- - Posted with NewsLeecher v3.8 Final Web @

formatting link
----- ---- -- -

Reply to
Anonymous

The type match-host option wiht a prefix length 0f 24 bits will result in NAT translating 192.168.1.x to 10.10.10.x

Reply to
Merv

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.