Hi,
I'm trying to configure a simple environment (router on a stick) with NetGear
GS724T. In Summary - multiple VLANs on the NetGear switch and 2800 is doing
all the routing in between.
config on 2800:
ip dhcp excluded-address 10.97.41.1 10.97.41.10
!
ip dhcp pool wifi-pool
network 10.97.41.0 255.255.255.0
dns-server 8.8.8.8
default-router 10.97.41.1
lease 7
interface GigabitEthernet0/1
description Data LAN Port
no ip address
duplex full
speed auto
no keepalive
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 1 native
ip address 1.1.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface GigabitEthernet0/1.11
encapsulation dot1Q 11
ip address 10.97.11.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface GigabitEthernet0/1.41
encapsulation dot1Q 41
ip address 10.97.41.1 255.255.255.0
ip nat inside
ip virtual-reassembly
G0/1 is what is connecting the NetGear switch. NetGear switch is (hoping it
is) configured for a trunk port with native vlan 1 dot1q and bunch of ports in
VLAN41 in which servers are connected to which right now when I configured via
DHCP or Static can NOT ping the default gateway of vlan 41: 10.97.41.1.
I've search online - found some docs on NetGear and followed it - but no luck
still.
Anyone running this that can share configs?
Thank you much.
Received on Tue Apr 20 2010 - 13:50:51 ART
This archive was generated by hypermail 2.2.0 : Sat May 01 2010 - 09:49:57 ART