[cisco-bba] PPPoE with Routed Subnet
Andy Saykao
andy.saykao at staff.netspace.net.au
Mon Jan 12 16:03:41 EST 2009
It's a pretty straight forward set up.
Eg:
203.10.20.30/32 (Static IP assigned via Service Provider)
203.40.50.60/29 (Routed subnet)
On your Ethernet or FastE interface:
interface Ethernet0
ip address 203.40.50.61 255.255.255.248
All your devices on that LAN segment will use 203.40.50.61 as their
gateway. This is the typical set up if your devices on the LAN side are
using IP's from the routed subnet. Eg: web server 203.40.50.62, mail
server 203.40.50.63, etc
For your local PC's are using private IP's (eg: 192.168.1.0/24), you can
use the same ethernet interface and add in a secondary IP address to act
as the gateway for the local PC's.
interface Ethernet0
ip address 203.40.50.61 255.255.255.248
ip address 192.168.1.1 255.255.255.0 secondary
ip nat inside
Because you have atleast 6 IP's to use from your routed subnet
(203.40.50.61-66), you can also use static nat so that your local PC's
might go out to the Internet with a public IP from your routed subnet
instead of the PPPoE assigned IP.
HTH.
Cheers.
Andy
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
Please notify the sender immediately by email if you have received this
email by mistake and delete this email from your system. Please note that
any views or opinions presented in this email are solely those of the
author and do not necessarily represent those of the organisation.
Finally, the recipient should check this email and any attachments for
the presence of viruses. The organisation accepts no liability for any
damage caused by any virus transmitted by this email.
More information about the cisco-bba
mailing list