Falken0000
MIS
I want to simulate a connection from my office in NY to CA. We will eventually be using a frame connection. In the meantime Boss wants us to test in a mock environment.
We have a 1721 with a 1enet WIC.
I assigned Fastethernet0 10.1.0.10 and the inside ethernet0 address 10.4.0.1. From my desk which is 10.1.5.123 i can ping 10.4.0.1 but nothing on the network past that. I have 2 servers behind that on a hub and can't see them. I want to setup the 1721 as a bridge and I must be doing something stupid and can't seem to get past this point here is a copy of the config:
Building configuration...
Current configuration : 820 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Test-2-NV
!
boot-start-marker
boot-end-marker
!
no logging console
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface Ethernet0
ip address 10.4.0.1 255.255.0.0
no ip route-cache
no ip mroute-cache
half-duplex
bridge-group 1
!
interface FastEthernet0
ip address 10.1.0.10 255.255.0.0
no ip route-cache
speed auto
half-duplex
fair-queue
bridge-group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0
ip route 10.4.0.0 255.255.0.0 Ethernet0
no ip http server
!
bridge 1 protocol ieee
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
Any help would be much appreciated
Thanks
We have a 1721 with a 1enet WIC.
I assigned Fastethernet0 10.1.0.10 and the inside ethernet0 address 10.4.0.1. From my desk which is 10.1.5.123 i can ping 10.4.0.1 but nothing on the network past that. I have 2 servers behind that on a hub and can't see them. I want to setup the 1721 as a bridge and I must be doing something stupid and can't seem to get past this point here is a copy of the config:
Building configuration...
Current configuration : 820 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Test-2-NV
!
boot-start-marker
boot-end-marker
!
no logging console
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface Ethernet0
ip address 10.4.0.1 255.255.0.0
no ip route-cache
no ip mroute-cache
half-duplex
bridge-group 1
!
interface FastEthernet0
ip address 10.1.0.10 255.255.0.0
no ip route-cache
speed auto
half-duplex
fair-queue
bridge-group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0
ip route 10.4.0.0 255.255.0.0 Ethernet0
no ip http server
!
bridge 1 protocol ieee
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
Any help would be much appreciated
Thanks