Link to home
Start Free TrialLog in
Avatar of mcoleson
mcoleson

asked on

cisco 2600 router private network to internet

I have a cisco 2600 router.
Interface  0/0 is on the internet.
Interface 0/1 is on my private LAN.
From the router, I can ping addresses on the Internet.
From attached PCs, I cannot.
Do I need to make use of NAT?
Could you give a recommended configuration?

Here is the current configuration:
interface FastEthernet0/0
 ip address 58.224.68.102 255.255.255.240
 duplex auto
 speed auto
!        
interface FastEthernet0/1
 ip address 10.1.1.150 255.255.255.0
 duplex auto
 speed auto
!        
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 58.224.68.97
!        

ASKER CERTIFIED SOLUTION
Avatar of rochey2009
rochey2009

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mcoleson
mcoleson

ASKER

THANK YOU!!!!!
PERFECT!!
And responding so quickly!
I was struggling for hours. I had done some router NATing years ago, but forgot this should have appled.
You're welcome.
Perfect!