ElectroFunkDaddy
Technical User
- Mar 25, 2008
- 6
HI
before hand im a complete noob to cisco ios.
Details
1720 router
1 x Fastethernet 0 ip 192.184.1.83 255.255.255.0
1 x ethernet 0 ip 192.184.15.1 255.255.255.0
Laptop 1 192.184.1.82
Laptop 2 192.184.15.10
Laptop 1 can ping 192.184.1.83
Laptop 2 can ping 192.184.15.1
Laptop 1 cannot ping 192.184.15.1 or 192.184.15.10
Laptop 2 cannot ping 192.184.1.82 or 192.184.1.82
what do i have to enable to allow routing between 2 internal interfaces?
Thanks
Router#show running-config
Building configuration...
Current configuration : 921 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
interface Ethernet0
ip address 192.184.15.1 255.255.255.0
half-duplex
!
interface FastEthernet0
ip address 192.184.1.83 255.255.255.0
speed auto
!
!
ip classless
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
!
end
before hand im a complete noob to cisco ios.
Details
1720 router
1 x Fastethernet 0 ip 192.184.1.83 255.255.255.0
1 x ethernet 0 ip 192.184.15.1 255.255.255.0
Laptop 1 192.184.1.82
Laptop 2 192.184.15.10
Laptop 1 can ping 192.184.1.83
Laptop 2 can ping 192.184.15.1
Laptop 1 cannot ping 192.184.15.1 or 192.184.15.10
Laptop 2 cannot ping 192.184.1.82 or 192.184.1.82
what do i have to enable to allow routing between 2 internal interfaces?
Thanks
Router#show running-config
Building configuration...
Current configuration : 921 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 25
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
interface Ethernet0
ip address 192.184.15.1 255.255.255.0
half-duplex
!
interface FastEthernet0
ip address 192.184.1.83 255.255.255.0
speed auto
!
!
ip classless
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
!
end