Hello people, I have a question about NAT.
Is possible configure IOS for "ip nat inside source static" and "ip nat
inside source list .... overload" in the same connection ?.  In other
routers (Zyxel,Efficient,3com) this technique is designate how "monouser or
multiuser".
I explain this, I need redirect all ports of Public IP to local IP, but I
too need that others users can connect to internet for the same router and
connection.

Configuration monouser (this run OK, but only PC 192.168.10.2 can connect to
Internet)

interface eth0
192.168.10.1
ip nat inside

interface dialer 0
ip address negotiated (ISP give me allways the same IP)
ip nat outside

ip nat inside source static 192.168.10.2 80.10.10.1(IP ISP)


Configuration multiuser (this run OK, but I don't want this)

interface eth0
192.168.10.1
ip nat inside

interface dialer 0
ip address negotiated (the ISP give me allways the same IP)
ip nat outside

ip nat inside source list 1 interface dialer 0 overload

access-list 1 permit 192.168.10.0 255.255.255.0


Configuration monouser and multiuser (Only run PC in the static NAT, I want
others PC too connect)
interface eth0
192.168.10.1
ip nat inside

interface dialer 0
ip address negotiated (the ISP give me allways the same IP)
ip nat outside

ip nat inside source list 1 interface dialer 0 overload
ip nat inside source static 192.168.10.2 80.10.10.1
access-list 1 permit 192.168.10.0 255.255.255.0


I know for my experience, this is possible in routers Zyxel.
With this configuration you can use netmeeting,msn,etc  and other softwares
that don't run very well before NAT . This is limited to only PC, the PC or
IP configurated in "static NAT".


Best  Regards


--
--
 Alfredo Pulido   [EMAIL PROTECTED]
 Dept. Sistemas, IdecNet S.A.
 Juan XXIII 44 // E-35004 Las Palmas de Gran Canaria,
 Las Palmas // SPAIN
 Tel: +34 828 111 000   Fax: +34 828 111 112
 http://www.idecnet.com/
--




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66602&t=66602
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to