Wargamer777
MIS
I need some help on troubleshooting my T1 Internet connectivity for my remote users.
Using a 2621XM Router to do InterVLAN routing for 192.168.1.0 and 192.168.5.0 networks. I also have 3 static routes pointing out to 3 networks (.3, .8, .9) over a frame relay cloud.
Currently any user from any network can get to the other networks and their resources fine. (For example .1 can ping .3, .5, .8 and .9 and vice versa, etc.)
My T1 router to the internet is sitting on my .1 network as 192.168.1.254.
Any user from the 192.168.1.0 network can get to the internet. No one from the .3, .5, .8, and .9 can get out!
What's the problem? Here's my 2621XM Router Config:
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DeltaHQ
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$nDfE$oPxZ07V6WclKIgZtzUY5p0
!
username XXXXXXXXXXXX password 0 XXXXXXX
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip flow-cache timeout active 5
ip domain name deltamills
ip name-server 192.168.1.3
ip name-server 192.168.1.4
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
no ip address
ip route-cache flow
speed 100
full-duplex
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.100 255.255.255.0
ip helper-address 192.168.1.255
ip directed-broadcast
!
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip address 192.168.5.100 255.255.255.0
ip helper-address 192.168.1.255
ip directed-broadcast
!
interface FastEthernet0/1
no ip address
ip route-cache flow
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254 permanent
ip route 192.168.3.0 255.255.255.0 192.168.1.253
ip route 192.168.8.0 255.255.255.0 192.168.1.253
ip route 192.168.9.0 255.255.255.0 192.168.1.253
ip flow-export source FastEthernet0/0
ip flow-export version 5
ip flow-export destination 192.168.1.175 9996
ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.5.0 0.0.0.255
access-list 1 permit 192.168.9.0 0.0.0.255
access-list 1 permit 192.168.8.0 0.0.0.255
access-list 1 permit 192.168.3.0 0.0.0.255
snmp-server ifindex persist
snmp-server enable traps tty
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
!
!
end
Thanks for the help! I really need to get my remote users up!
Using a 2621XM Router to do InterVLAN routing for 192.168.1.0 and 192.168.5.0 networks. I also have 3 static routes pointing out to 3 networks (.3, .8, .9) over a frame relay cloud.
Currently any user from any network can get to the other networks and their resources fine. (For example .1 can ping .3, .5, .8 and .9 and vice versa, etc.)
My T1 router to the internet is sitting on my .1 network as 192.168.1.254.
Any user from the 192.168.1.0 network can get to the internet. No one from the .3, .5, .8, and .9 can get out!
What's the problem? Here's my 2621XM Router Config:
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DeltaHQ
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$nDfE$oPxZ07V6WclKIgZtzUY5p0
!
username XXXXXXXXXXXX password 0 XXXXXXX
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip flow-cache timeout active 5
ip domain name deltamills
ip name-server 192.168.1.3
ip name-server 192.168.1.4
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
no ip address
ip route-cache flow
speed 100
full-duplex
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.100 255.255.255.0
ip helper-address 192.168.1.255
ip directed-broadcast
!
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip address 192.168.5.100 255.255.255.0
ip helper-address 192.168.1.255
ip directed-broadcast
!
interface FastEthernet0/1
no ip address
ip route-cache flow
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254 permanent
ip route 192.168.3.0 255.255.255.0 192.168.1.253
ip route 192.168.8.0 255.255.255.0 192.168.1.253
ip route 192.168.9.0 255.255.255.0 192.168.1.253
ip flow-export source FastEthernet0/0
ip flow-export version 5
ip flow-export destination 192.168.1.175 9996
ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.5.0 0.0.0.255
access-list 1 permit 192.168.9.0 0.0.0.255
access-list 1 permit 192.168.8.0 0.0.0.255
access-list 1 permit 192.168.3.0 0.0.0.255
snmp-server ifindex persist
snmp-server enable traps tty
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
!
!
end
Thanks for the help! I really need to get my remote users up!