Quantcast
Channel: PowerConnect Forum - Recent Threads
Viewing all articles
Browse latest Browse all 2954

Can't ping anything on VLAN on 6248

$
0
0

Hi there,

I already spent a day and half trying to solve this problem but I am not getting anywhere. Here is the basic breakdown of the test setup.

Port 1: Connected to the existing network (so I can get to the ESXi host from my PC)
Port 3: My ESXi host is connect to this
VMs are tagged with VLAN via ESXi Port Group properties.
All VLANs have 1 VM except VLAN 10 which has 2.
All VLANs have IP address ending with .1 with /24 subnet mask.
All VMs have the corresponding default gateway pointing to the VLAN's IP (x.x.x.1)
I am able to get the IP from DHCP server from different VLANs.

Things that work:
From any VM, I can ping to any VLAN's IP (so VMs in VLAN 10 can ping VLAN 20's IP)
From console, I can ping any VLAN's IP

Things that DO NOT work:
From console, I cannot ping any VM's IP.
From any VM, I cannot ping any address (including VMs in the same VLAN)

Here is my running config:

!Current Configuration:
!System Description "PowerConnect 6248, 3.3.7.3, VxWorks 6.5"
!System Software Version 3.3.7.3
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 10,20,30,40,50,300
vlan routing 10 1
vlan routing 20 2
vlan routing 30 3
vlan routing 40 4
vlan routing 50 5
vlan routing 300 6
exit
sntp unicast client enable
sntp client poll timer 1024
sntp server 0.north-america.pool.ntp.org
clock timezone -7 minutes 0
stack
member 1 2


exit
ip address 192.168.8.250 255.255.255.0
ip default-gateway 192.168.8.230
ip routing
ip helper-address 10.80.10.10 dhcp
interface vlan 10
name "Server"
routing
ip address 10.80.10.1 255.255.255.0
exit
interface vlan 20
name "Printer - Switch"
routing
ip address 10.80.20.1 255.255.255.0
ip helper-address 10.80.10.10
exit
interface vlan 30
name "Workstation"
routing
ip address 10.80.30.1 255.255.255.0
ip helper-address 10.80.10.10
exit
interface vlan 40
name "Phones"
routing
ip address 10.80.40.1 255.255.255.0
ip helper-address 10.80.10.10
exit
interface vlan 50
name "Camera"
routing
ip address 10.80.50.1 255.255.255.0
ip helper-address 10.80.10.10
exit
interface vlan 300
name "Router"
routing
ip address 192.168.1.250 255.255.255.0
exit
username "root" password XXXXXXX level 15 encrypted
dhcp l2relay
dhcp l2relay vlan 10,20,30,40,50
!
interface ethernet 1/g1
switchport mode general
exit
!
interface ethernet 1/g2
switchport mode general
exit
!
interface ethernet 1/g3
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 10,20,30,40 tagged
exit
exit


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>