10-06-2020 06:20 AM
I’m having an Extreme Networks x460 Switch and 2 VLANs. On VLAN 11 there’s a Windows Server 2019 located which has 2 scopes (for the different vlans)
VLAN 11 IP Switch: 192.168.11.253/24
IP DHCP Server: 192.168.11.1
VLAN 193 IP Switch: 192.168.193.253/24
I’m able to ping the DCHP Server from the Switch
I did a config bootprelay add 192.168.11.1 vr VR-Default
Also enable bootprelay VLAN VLAN11
and enable bootprelay VLAN VLAN193
and last but not least: enable ipforwarding vlan11
and enable ipforwarding vlan193
When I connect a client to VLAN 193 I’m not getting an IP Adress.
The DHCP Server has a Scope for: 192.168.11.100-110 and a Scope for: 192.168.193.100-110
Solved! Go to Solution.
10-06-2020 08:15 AM
I found the error and it’s working now - thank you!!
The problem was the getting back to the VLAN . The Problem was more firewall related then switch related. Best Regards, Frank PS: Wireshark did the trick
10-06-2020 02:34 PM
10-06-2020 06:24 AM
rtlookup:
#d 192.168.11.0/24 192.168.11.253 1 U------um--f- Verwaltung-11 0d:0h:28m:14s
sh config nettools:
# Module netTools configuration.
#
enable dhcp vlan Default
enable dhcp vlan Mgmt
configure bootprelay add 192.168.11.1 vr VR-Default
enable bootprelay ipv4 vlan Default
enable bootprelay ipv4 vlan Client-193
enable bootprelay ipv4 vlan Verwaltung-11