Link to home
Start Free TrialLog in
Avatar of majedalanni
majedalanniFlag for United States of America

asked on

Cisco Natting

Dear EE

I had two 5 public ip let say X.X.X.5 ------ x.x.x.9
and I had full class C network with 400 subscribe

now I make all 400 subscribe NAT to one Public IP and leave the other 4 free !!??
because I don't know how to make NAT all 400 with 5 public

I think its like that but I not test it because I not buy Cisco router till now



int f0/0
ip add X.X.X.6 255.255.255.248
ip nat outside

int f0/1
ip add 192.168.0.1 /24
ip nat inside


access list 1 permit 192.168.0.0 .0.0.0.255
ip nat pool myconfig x.x.x.6 x.x.x.9 netmask 255.255.255.248
ip nat  inside source list 1 pool myconfig overload



Is this work ?? or just NAT whole class C with X.X.X.6 and when there is no port free it use the second ip x.x.x.7
if yes can I put port range for NAT like just transulate 10 port per public IP ?
 


Regards
Avatar of rsivanandan
rsivanandan
Flag of India image

Yes the above would work.

Cheers,
Rajesh
Avatar of majedalanni

ASKER

Dear

Can I put port range for NAT like just 10 port per public IP and when full use the other public from pool ?
hmm for outgoing you don't need to do that.

Cheers,
Rajesh
Dear

I had problem with all my subscribe that out with one public and some of them cannot use yahoo vioce chat and about that I need my private network NAT with pool public
Sorry I didn't get that, can you type in more detail what the problem is ?

Cheers,
Rajesh
Dear

I had 500 clients that natted with one public IP
For that not all my clients can get yahoo voice chat at same time not the 500 but maybe 150

So for that I need to they natted with more than one public ip let say 10 public ip?

Regards
Majed
You already have 4 public ip address there and I would believe that should solve the problem.

Cheers,
Rajesh
Yes I had 4 public
but when I check just use one IP  !!! not 4
how are you checking ?

show xlate and show conn would show you the ip details.

Cheers,
Rajesh
Dear

I use pocket sniffer (ethreal) and see just on ip !!!

regards
From couple of machines from the internal network, launch http://whatismyip.com/ in a browser.

Look at it and let me know if you just see only one ip address.

Cheers,
Rajesh
Dear
it show same pubil IP
ASKER CERTIFIED SOLUTION
Avatar of rsivanandan
rsivanandan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dear

I think when the first public ip use all avialable port then use the second public ip.

Regards
Can you post the full config here of the router as of now ?

Cheers,
Rajesh
Dear
sorry for my late I had personal problem

I see that Ip cef is not enabled and I enabled it
and know it ok

many thanks