03-23-2024 04:36 AM
WHY I CAN'T CONNECT MY WLAN TO THE SERVER ? LIKE IT ALWAYS SHOW SERVER REQ TIMEOUT? CAN YOU HELP ME?
Solved! Go to Solution.
03-25-2024 10:48 PM
Can you check ip my route is correct on no.2? Is it correct or not and what is your recommendation?
03-26-2024 12:32 AM
Checked your PT file and found the following:
1. You should remove ip route 10.10.0.0 255.255.255.0 GigabitEthernet1/0/23 from CORE-SW. The task was to configure 10.10.0.0/16 routes pointing at GTWY1 and GTWY2
2. On GTWY1 you are missing the HSRP configuration for VLAN 50 and 150
3. On GTWY2 you are missing the HSRP configuration for VLAN 10 and 20
4. In the EDGE-RTR, the IP of Gi0/0/0 is wrong - it should be 192.168.5.254/24
03-26-2024 11:52 AM
03-26-2024 02:16 PM
What I found:
CORE-SW
interface Gi1/0/1 should be in Vlan 2 - switchport access vlan 2
configure default route towards EDGE-RTR - ip route 0.0.0.0 0.0.0.0 g1/0/22
GTWY1
there is no username/passw configured - username admin privilege 15 secret adminpass
remove password from all vty lines
from interface Gi0/0/1.10 missing ipv6 dhcp server V10
GTWY2
remove ip dhcp pool V20
add option 43 ip 192.168.1.254 to pools V10 and V50
FLR2-SW1
Ports Fa0/1 - Fa0/4, Fa0/7 are shutdown - issue no shutdown on these ports
FLR2-SW2
Fa0/17 is shutdown - issue no shutdown on these ports
FLR1-SW1
Fa0/10 and Fa0/21 are shutdown - issue no shutdown on these ports
WLC
enable WLAN EmployeeWiFi and select Interface/Interface Group - EmployeeWiFi
enable WLAN GuestWiFi and select Interface/Interface Group - GuestWiFi
CONTROLLER -> Interface -> GuestWiFi - the Port number should be 1
Configure EmployeeWpc1 and GuestWpc1 with correct SSID, authentication WPA2-PSK and pass phrase
03-29-2024 08:12 AM
03-29-2024 10:32 AM
Your AP's - FLR2-AP1, FLR2-AP2 and FLR1-AP1 - are configured for static assignment of IP address - change to DHCP and should be ok.
EmployeeWpc1 was configured ok fro the WiFi interface, SSID and Authentication and PSK pass phrase - it connected immediately after AP's reconfiguration with DHCP.
GuestWpc1 needs DHCP assignment for Wireless0 interface and correct SSID, authentication and PSK pass phrase. After that it connects right away.
04-02-2024 11:12 AM
the adapter is still inactive? can you help me what is the other way to connect it?
04-02-2024 11:46 AM
04-03-2024 11:43 PM
04-04-2024 12:09 AM
Set the Gateway/DNS IPv4 in the Config tab to DHCP for FLR2-AP1, EmployeeWpc1 and GuestWpc1 and all will connect.
03-24-2024 04:52 PM
It's ok using the wireless WMP300N. You should configure a static IP for the WLC-MgmtPC, 192.168.1.10/24 for example and default gateway 192.168.1.1
In Wireless0 settings you should choose the SSID MgmtWiFi network and choose WPA2-PSK as authentication and input the PSK Pass Phrase which I don't know which is it. It's not in the documentation. Do you know what is it?
03-24-2024 07:55 PM
i also dont know the PSK pass phrase
03-29-2024 10:46 AM
From GTWY1 - remove ip route 0.0.0.0 0.0.0.0 192.169.3.1
From GTWY2 - remove option 43 from both V10 and V150 address pools - these are DHCP pools for users which don't need it
From FLR2-SW1 - remove switchport trunk native vlan from interface Fa0/7
04-04-2024 09:31 AM - edited 04-04-2024 09:33 AM
i connect it thanks for the help and im about 88% what can i do to do it 100 % or 90?
04-04-2024 11:10 AM
In the CORE-SW:
- these routes should be removed:
ip route 10.10.10.0 255.255.255.0 10.10.10.1
ip route 10.10.20.0 255.255.255.0 10.10.20.1
ip route 10.10.50.0 255.255.255.0 10.10.50.1
ip route 10.10.150.0 255.255.255.0 10.10.150.1
ip route 0.0.0.0 0.0.0.0 195.168.5.12
ip route 0.0.0.0 0.0.0.0 195.168.1.1
In the EDGE-RTR:
- these routes should be removed:
ip route 10.10.10.0 255.255.255.0 195.168.5.1
ip route 10.10.20.0 255.255.255.0 195.168.5.1
ip route 10.10.50.0 255.255.255.0 195.168.5.1
ip route 10.10.150.0 255.255.255.0 195.168.5.1
ip route 0.0.0.0 0.0.0.0 200.168.5.11
ip route 10.10.0.0 255.255.0.0 192.168.5.1
ip route 0.0.0.0 0.0.0.0 192.168.5.11
ip route 0.0.0.0 0.0.0.0 192.168.5.1
- and replaced with:
ip route 10.10.0.0 255.255.0.0 gigabitEthernet 0/0/0
ip route 0.0.0.0 0.0.0.0 gigabitEthernet 0/0/1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide