Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuration problems 1841

Status
Not open for further replies.

Almin

Technical User
Mar 1, 2010
137
US
I applyed the new config but it's not working

Main-Router#show running-conf
Building configuration...

Current configuration : 2243 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Main-Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$VcZe$tpjuvHiib3NEPZBNptqWV0
enable password 00000
!
aaa new-model
!
!
!
aaa session-id common
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.250 192.168.1.255
!
ip dhcp pool LAN_DHCP_POOL
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
!
!
no ip domain lookup
ip domain name bosanci.net
ip name-server 4.2.2.2
ip inspect name FW_CBAC dns
ip inspect name FW_CBAC http
ip inspect name FW_CBAC https
ip inspect name FW_CBAC tcp
ip inspect name FW_CBAC udp
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
ip urlfilter allow-mode on
ip urlfilter exclusive-domain deny !
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username admin password 0 00000
!
!
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 1
!
!
!
!
!
interface FastEthernet0/0
description Cable ISP Connection
ip address dhcp
ip access-group INBOUND_ACL in
ip nat outside
ip inspect FW_CBAC out
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0
description Serila T1 link to router 2621XM
ip address 192.168.3.1 255.255.255.0
!
interface FastEthernet0/1
description LAN connection
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
shutdown ---- this is shutdown because I had to disconect in order to get online -------
speed 100
full-duplex
!
interface Serial0/1
no ip address
shutdown
!
router eigrp 1
network 192.168.3.0
no auto-summary
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
ip access-list extended INBOUND_ACL
permit udp any eq bootps any eq bootpc log
permit tcp any any eq 22 log
deny ip any any log
ip access-list extended INBOUND_SCL
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 30 30
password 00000000
line aux 0
line vty 0 4
exec-timeout 5 30
password 000000
transport input ssh
!
scheduler allocate 20000 1000
!
end

Main-Router#

I also added 192.168.1.253 IP address to VLAN1 on the switch 2950 and I can ping the fa0/1 interface on the router and vice versa

all interfaces are in an up-up state

link bellow is a screen shot of my desktop one compuer tells me that I only have LOCAL ACCESS ONLY and the one in the screen shot is not connecting at all

»
Please dont pay attention to the TFTP servers IP address I put that in manually
 
What im trying to do is get out to the internet yahoo or google bit im not able to also my workstations are not getting any ip addresing assigned automaticly like they should. Does anyone see any errors?

Thanks
 
Hello,
The DHCP pool is configured correctly so it should work.Try reloading the router or re-configuring the Pool.If this doesn't work we can try other steps.
As for the Internet try giving the clients a static address for the time being and put in the command:

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

Regards

 
Hello Tried that nothing there

Ive read that I need to be using a special cable to connect from router to pc

currently Im using the cable that I made

1- White Orange
2- Orange
3- White Green
4- Blue
5- White Blue
6- Green
7- White Brown
8- Brown

I have tested this type of cable and it works.. Is this the rite cable to use for this purpose?
 
It started to work by it's self :-\

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top