Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gateway for 3640 router

Status
Not open for further replies.

tomtng

Technical User
Aug 15, 2007
18
US
hi, can someone please tell how to configure routing on the 3640 router. i got a card with two ports which will be LAN use. i now need to configure the 3rd port which is the WAN that's for the Internet service provider.

thanks!
 
Hi Burt,

it's not working. what working is the data LAN.

I got error message for the below commands:

13-Router(config)#ip nat inside source list 1
FastEthernet0/0 overload

14-Router(config)#access-list 1 permit 192.168.4.0 0.0.0.255

15-Router(config)#access-list 1 permit 192.168.8.0 0.0.0.255

thanks!
 
thanks for replying Burt!

it's all working now :)

one last question...what command to use to separate my networks so that the IP phone LAN don't see the data LAN?

thanks again,
 
They are in separate subnets already. Do you not want users from the data LAN to get to the IP phone LAN, and vice-versa?
If so, then use access-lists.

Burt
 
hey guys,

we have a web server for our customers. can you tell me how to config the router so that our customers can access it.

the server is connected to one of the switches. our customers can't access the server becuase it's part of our LAN.

thanks!
 
router>en
router#conf t
router(config)#ip nat inside source static tcp (ip address of web server) 80 int fa0/0 80

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top