Cisco NAT

Cisco NAT (Many to One)

Int fa0/0 is Public IP, become Outside
Int fa0/1 is Private IP, become inside

And setup DHCP for the client (Next schedule)

interface FastEthernet0/0
ip address 118.151.221.254 255.255.255.252
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.10.10.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 118.151.221.253
!
!
access-list 1 permit any

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.