I'm studying for CCNA!
I'm trying to get my 2513 (SINGLE ETHERNET) to simply NAT my connection between myself and my dsl router for er, educational purposes
I'm trying to follow this guide
http://www.cisco.com/en/US/products...on_guide_chapter09186a00800ca6b4.html#1002244
The problem I'm having is where the guide references two physical interfaces (I think) and I am substituting this for sub interfaces. I was going to use e0.0 and e0.1 however, I get the following error.
charlie.zzcom(config-subif)#ip address 99.99.164.229 255.255.255.240
Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL vLAN.
I've tried with secondary IP addressing but I cant figure out how to apply the nat inside/outside to it; none of my course material seems to cover this.
I have a 16 ip block from my isp and want to give the 2513 a public ip so I can NAT from it just to explore the various IOS stuff.
I have been googling for ages about secondary IP addressing and sub interfaces but not turned up much.
Any help appreciated
PS: Yes, I'm aware NAT isn't covered in the CCNA, just trying to broaden my knowledge
I'm trying to get my 2513 (SINGLE ETHERNET) to simply NAT my connection between myself and my dsl router for er, educational purposes
I'm trying to follow this guide
http://www.cisco.com/en/US/products...on_guide_chapter09186a00800ca6b4.html#1002244
Configuring Static Translation
To configure static inside source address translation, use the following commands beginning in global configuration mode:
=====
Step 1 ip nat inside source static local-ip global-ip Establish static translation between an inside local address and an inside global address.
Step 2 interface type number Specify the inside interface.
Step 3 ip nat inside Mark the interface as connected to the inside.
Step 4 interface type number Specify the outside interface.
Step 5 ip nat outside Mark the interface as connected to the outside.
The problem I'm having is where the guide references two physical interfaces (I think) and I am substituting this for sub interfaces. I was going to use e0.0 and e0.1 however, I get the following error.
charlie.zzcom(config-subif)#ip address 99.99.164.229 255.255.255.240
Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL vLAN.
I've tried with secondary IP addressing but I cant figure out how to apply the nat inside/outside to it; none of my course material seems to cover this.
I have a 16 ip block from my isp and want to give the 2513 a public ip so I can NAT from it just to explore the various IOS stuff.
I have been googling for ages about secondary IP addressing and sub interfaces but not turned up much.
Any help appreciated
PS: Yes, I'm aware NAT isn't covered in the CCNA, just trying to broaden my knowledge