cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
2
Replies

Connecting my 1751 Router and Nat

terrythompson
Level 1
Level 1

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?

2 Replies 2

spremkumar
Level 9
Level 9

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

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#