All...
I've purchased a 1760 Router with two WICS, an older 10MB Enet WIC and a new 4 port layer 2 SW WIV. I'm trying to do what I think is a pretty basic config, but seem to be having problems routing and I'm looking for help. Here's the scenario...
FE0/0 - Private IP for management only
FE0/1 through FE0/4 - Switch WIC setup as layer 2 VLAN 666 with a virtual IP on the VLAN (Plan to use as publicly routed /29 subnet) with up to 4 "public" hosts, such as my firewall(s). These will in turn, also connect to the private IP (as noted, 0/0 is only for mgmt). Using VLAN virtual IP as my DFGW for nodes in this subnet.
E1/0 - Single port enet WIC, connected to ISP using DHCP. This is the outbound connection to the Internet.
Here's the problem. From the router, I can show IP routes and see all connected subnets. The issue is that I have a device plugged into FE0/1 with an IP of .226. The VLAN virtual IP is .225. From the router, I can ping .225 but not .226 (there are no rules to prevent ICMP). From .226, I can not ping .225 (DFGW / VIP of the VLAN 666).
Thoughts? Here's the config...
************
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
no ip dhcp use vrf connected
!
ip cef
!
interface FastEthernet0/0
ip address 172.20.66.1 255.255.255.0
speed auto
full-duplex
no cdp enable
!
interface FastEthernet0/1
switchport access vlan 666
!
interface FastEthernet0/2
switchport access vlan 666
!
interface FastEthernet0/3
switchport access vlan 666
!
interface FastEthernet0/4
switchport access vlan 666
!
interface Ethernet1/0
description Internet Public Interface (Cable Modem)
ip address dhcp
full-duplex
!
interface Vlan1
no ip address
shutdown
!
interface Vlan666
desc Publicly Routed Subnet Range
ip address 24.229.12.225 255.255.255.248
!
ip classless
I've purchased a 1760 Router with two WICS, an older 10MB Enet WIC and a new 4 port layer 2 SW WIV. I'm trying to do what I think is a pretty basic config, but seem to be having problems routing and I'm looking for help. Here's the scenario...
FE0/0 - Private IP for management only
FE0/1 through FE0/4 - Switch WIC setup as layer 2 VLAN 666 with a virtual IP on the VLAN (Plan to use as publicly routed /29 subnet) with up to 4 "public" hosts, such as my firewall(s). These will in turn, also connect to the private IP (as noted, 0/0 is only for mgmt). Using VLAN virtual IP as my DFGW for nodes in this subnet.
E1/0 - Single port enet WIC, connected to ISP using DHCP. This is the outbound connection to the Internet.
Here's the problem. From the router, I can show IP routes and see all connected subnets. The issue is that I have a device plugged into FE0/1 with an IP of .226. The VLAN virtual IP is .225. From the router, I can ping .225 but not .226 (there are no rules to prevent ICMP). From .226, I can not ping .225 (DFGW / VIP of the VLAN 666).
Thoughts? Here's the config...
************
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
no ip dhcp use vrf connected
!
ip cef
!
interface FastEthernet0/0
ip address 172.20.66.1 255.255.255.0
speed auto
full-duplex
no cdp enable
!
interface FastEthernet0/1
switchport access vlan 666
!
interface FastEthernet0/2
switchport access vlan 666
!
interface FastEthernet0/3
switchport access vlan 666
!
interface FastEthernet0/4
switchport access vlan 666
!
interface Ethernet1/0
description Internet Public Interface (Cable Modem)
ip address dhcp
full-duplex
!
interface Vlan1
no ip address
shutdown
!
interface Vlan666
desc Publicly Routed Subnet Range
ip address 24.229.12.225 255.255.255.248
!
ip classless