cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4215
Views
0
Helpful
15
Replies

Cisco 1841 Config Help

xr5054yz85
Level 1
Level 1

This is my first time configiring a Cisco 1800 series router. As of now, computers cannot access the 192.168.1.0 network. I think the reason why it is not working correctly is nat and access lists. What I am trying to accomplish is the router is going to be a gate way between the 192.168.1.0 and 10.10.0.0. 192.168.1.0 is the internet and 10.10.0.0 is going to be the computers that are trying to access the resources on the other network. Your help is greatly appreciated.


Here is my config...

Building configuration...

Current configuration : 1144 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 1800
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$12zB$rKowCFLgjHFfx1i44X.Fn1
enable password xxxxxxx
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip routing
no ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool DHCP
   network 10.10.0.0 255.255.255.0
   dns-server 8.8.8.8 4.2.2.2
   default-router 10.10.0.1
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
no ip route-cache
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 10.10.0.1 255.0.0.0
no ip route-cache
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
no ip route-cache
shutdown
!
interface Serial0/1/0
no ip address
no ip route-cache
shutdown
!
ip classless
ip route 10.10.0.0 255.255.255.0 192.168.1.0
ip route 192.168.1.0 255.255.255.0 10.10.0.0
!
ip http server
!        
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxx
login
!
end

Thanks again. I really appreciate the help.

15 Replies 15

xr5054yz85
Level 1
Level 1

You were exactly right. You are awesome!!

Thanks so much for your help.

One last question, do you know of any resources that talk about say i have port 80 traffic and I want that to go out, but if I have port 21 traffic I want that to go over a differnt interface?

Thanks again soo much! You have been soo helpful, I cannot thank you enough!