07-13-2005 04:49 PM - edited 03-03-2019 10:01 AM
I disconnected my ethernet cable from my computer and connected it to port E0 on my router. Applied the ip address 192.168.2.253 /24 recieved a up/up , applied the ip address 192.168.3.1 to FA 0 and received a up/up connected the other end of the cable to a Cisco Switch Port fa 0/24 with a ip address of 192.168.3.3 /24 . Connected a computer to one of the switch port and I can ping pass e0 on the router. I've configured NAT several times in the past w/o any issues. Any ideas what I'm missing?
07-13-2005 08:25 PM
Hi
can u throw some more light on your problem which ur currently facing and also try to post out ur config so that it will be easy to analyse and feed our inputs..
regds
07-14-2005 08:50 AM
Router# r sh run
Building configuration...
Current configuration : 600 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
memory-size iomem 15
ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
ip nat inside
speed auto
!
interface Ethernet1/0
--More-- ip address 192.168.2.253 255.255.255.0
ip nat outside
half-duplex
!
ip nat inside source list 10 interface Ethernet1/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.3
no ip http server
!
access-list 10 permit 192.168.3.0 0.0.0.255
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Router#
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide