cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
222
Views
4
Helpful
1
Replies

regconfighelp

vasuramnet
Level 1
Level 1

Dear experts,

I WIll give total setup

Iam having 3 bran ches in hyderabad i tool mlln point to point connectivity for viedeo conference.

1)main office iam using 2811 router using rip iam accessing the remote user.

2)branch-banjarahills

here iam using 1841 router here also i enabled rip and iam accessing my head office user

3)branch at dilsuknagar

here also iam using 1841 router and i enabled rip to accessing my head office and my banjarahills office.

For point to point connectivity iam using rip.

i think u saw my config at all three locations.

Now i took bsnl broadband and my output is RJ-45 I connected to unmanagble switch iam using.

Now my point is i want nat my broadband ip to one of the 2811 router fastethernet port using same pool i.e 192.168.1.1 255.255.255.0

For this how can i configure my router. plz give me suggession to make work it.If rip is not necessary plz tell me how can i able to get internet and remote users login(data transfer)

Plz give me best suggession.

Srinivas.D

1 Reply 1

hoogen_82
Level 4
Level 4

Assuming x.x.x.x is the public ip you have got from your SP.

!

interface Ethernet0

ip address x.x.x.x 255.255.255.0

ip nat outside

!

interface ethernet1

ip address 192.168.1.1 255.255.255.0

ip nat inside

!

ip nat inside source list 1 interface ethernet0 overload

ip classless

ip route 0.0.0.0 0.0.0.0 ethernet0

!

access-list 1 permit any

!

You can redistribute the default route into your rip so that your remote locations can access the external network.

The access-list can be made more specific by specifying the ip addresses.

HTH

Hoogen

Do rate if this helps ;)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card