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 05:19 AM
Try the following to troubleshoot:
1. From the CORE-SW can you successfully ping 192.168.1.254? If should be if you assigned interface Gi1/0/1 to vlan 2 and configured the IP address in interface Vlan2.
2. From the GTWY1 can you ping 192.168.1.254. It should be successful if IP on Gi0/0/0 is 192.168.3.254/24,
in dhcp pool V20 you have the command: option 43 ip 192.168.1.254 and
the static default route is ip route 0.0.0.0 0.0.0.0 192.168.3.1
Also, in the CORE-SW you should have the following static routes:
ip route 10.10.0.0 255.255.0.0 GigabitEthernet1/0/23
ip route 10.10.0.0 255.255.0.0 GigabitEthernet1/0/24 200
03-25-2024 08:07 AM - edited 03-25-2024 08:09 AM
im done following the static routes
03-25-2024 08:24 AM
Ok. So it works from CORE-SW.
Can you show me the show ip route from CORE-SW ?
Also show ip interface brief and show ip route from GTWY1.
03-25-2024 08:52 AM
here the file you need
03-25-2024 09:39 AM
On the CORE-SW:
enable ip routing with the ip routing command
and configure the 2 static routes to the users VLAN's
ip route 10.10.0.0 255.255.0.0 GigabitEthernet1/0/23
ip route 10.10.0.0 255.255.0.0 GigabitEthernet1/0/24 200
03-25-2024 11:12 AM - edited 03-25-2024 11:17 AM
03-25-2024 11:30 AM
I guess you didn't issue the ip routing command from config mode because I looked at the CORE-SW config from the new project you attached, proj1, and it's still not enabled. Here is what you have to do:
CORE-SW#conf t
CORE-SW(config)#ip routing
CORE-SW(config)#^Z
CORE-SW#
And this is what the routing table should look on the CORE-SW:
CORE-SW#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
S 10.10.0.0/16 is directly connected, GigabitEthernet1/0/23
S 10.10.0.0/24 is directly connected, GigabitEthernet1/0/23
C 10.10.3.0/24 is directly connected, GigabitEthernet1/0/22
C 192.168.1.0/24 is directly connected, Vlan1
C 192.168.3.0/24 is directly connected, GigabitEthernet1/0/23
C 192.168.4.0/24 is directly connected, GigabitEthernet1/0/24
CORE-SW#
03-25-2024 11:48 AM
ow sorry. i didn't type the ip routing but now its correct. so what next step i have to do to connect on server in wlc-mgmtpc.
03-25-2024 12:12 PM
You will have to assign an IP address to the WLC-MgmtPC. Click on it, go to Config -> FastEthernet0 -> IP Configuration and choose Static. Assign it 192.168.1.10 with subnet mask 255.255.255.0
Now open a browser from Desktop and go to the address of the WLC - https://192.168.1.254 and hit Login. The username/password is admin/admin
Now you configure the tasks at number 4.
03-25-2024 12:20 PM - edited 03-25-2024 12:23 PM
tell me if am i wrong because its my first time to config and create a interface group. i log in and its okay and i go to the controller and click interface to create a interface group right??
03-25-2024 12:38 PM - edited 03-25-2024 01:01 PM
can you help me i just kind of lost in creating interface group
03-25-2024 01:03 PM
Go to CONTROLLER -> Interfaces -> New
Input Interface Name and VLAN Id for both Interface Groups and hit Apply and after that hit Back.
From the interface list, click on newly created EmployeeWiFi and in the next screen fill in the following info:
Port Number
IP Address
Netmask
Gateway
Primary DHCP Server
After you are finished filling in the info hit Apply and then Back.
Now do the same with the other interface defined - GuestWiFi.
03-25-2024 01:07 PM
is my ip address , dhcp and gateway where can i get it again?? and the 9th port is used
03-25-2024 01:17 PM
Port number is 1 and ip address, dhcp and gateway are detailed in your PT Activity:
for EmployeeWiFi, VLAN 10, IP Address 10.10.10.9, DHCP 10.10.10.2, Gateway 10.10.10.3
for GuestWiFi, VLAN 50, IP Address 10.10.50.9, DHCP 10.10.50.2, Gateway 10.10.50.3
03-25-2024 01:26 PM - edited 03-25-2024 01:38 PM
its okay now i connect in no.4 not on 9 because its error but i cant connect it on employeewpc and in guestwpc
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