Bharath
Joined: 30 Aug 2006 Posts: 1
|
Posted: Wed Aug 30, 2006 2:42 pm Post subject: Please Help !!!!! Configuring Cisco 1721 Router |
|
|
Hi All !!!
I am stuck up with a problem not able to ping to the machines in VLAN from outside network..... I have CISCO 1721 router with 4-port Ethernet Switch..... Basically I have 2 networks
1) 192.168.10.0 (Corporate Network)
2) 193.169.1.0 (Newly defined network)
I have started configured the 4port ethernet switch as VLAN as explained in the cisco network..... 192.168.10.0 is connected to Fastethernet0 and 193.169.1.0 is connected to Fast ethernet 1....
I am able to ping from 193.169.1.0 network to 192.168.10.0 network but viceversa is not happening.....
i.e. not able to ping from 192.168.10.0 network to 193.169.1.0 network...
Some where I am missing... see below the configuration file.... any body knows the answe kindly post the reply...... many thanks in advance...
Thanks
Bharath
CONFIG FILE !!!
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco1721
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$AKuv$5VeToohp553zCJKco56TQ/
enable password cisco
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 193.169.1.1
!
ip dhcp pool finobj
network 193.169.1.0 255.255.255.0
default-router 193.169.1.1
!
!
ip domain lookup source-interface FastEthernet0
ip name-server 192.168.10.254
ip cef
ip ids po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address 192.168.10.11 255.255.255.0
ip nat outside
ip virtual-reassembly
speed 100
full-duplex
!
interface FastEthernet1
switchport access vlan 2
no ip address
duplex full
speed 100
!
interface FastEthernet2
no ip address
shutdown
duplex full
speed 100
!
interface FastEthernet3
no ip address
shutdown
!
interface FastEthernet4
no ip address
shutdown
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
ip address 193.169.1.1 255.255.255.0
ip broadcast-address 193.169.1.0
ip nat inside
ip virtual-reassembly
!
ip default-gateway 192.168.10.254
ip classless
ip default-network 193.169.1.0
ip route 0.0.0.0 0.0.0.0 FastEthernet0
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload
!
!
!
access-list 1 permit 193.169.1.0 0.0.0.255
access-list 1 permit any
snmp-server community public RO
snmp-server enable traps tty
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password 3com
login
!
end |
|