Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 2.87 KB

readme.md

File metadata and controls

75 lines (46 loc) · 2.87 KB

Wireless Routing Configuration in Cisco Packet Tracer

  1. Implement the Topology

image

  1. Setup PCs with WMP 300N Module(They dont have WIFI modules built in)

image

  1. Wireless Router Configuration
  • Click on Router -> GUI -> Scroll to Network Settings and see if DHCP is turned on \

image

  • Then go to wireless, change the SSID to your name

image

  • Then go to Wireless Security Change the Security Mode to WEP and enter any passphrase

image

scroll to the bottom and press save settings.

  1. PC to WIFI Connection Configuration
  • go to PC -> Config -> Wireless0
  • Enter the SSID as entered in router
  • In Authentication, select WEP and enter the passphrase

image

  • Then Desktop -> PC Wireless -> Connect
  • Select the WIFI connection and press connect

image

  • Enter the Key and Press Connect

image

  • go to Link Information and its connected

image

  1. The Topology shows the Wifi connections built

image

  1. LAN Configurations
  • Click on the Wired Router
  • Configure it and assign a different network IP address

image

  • Now Click on Wireless Router -> GUI
  • In the Internet Setup, select Static IP from the dropdown
  • In the internet IP address, enter the IP from the network of the wired router
  • the gateway is the address of the wired router

image

  • Finally in the PCs and Servers, assign Static IPs from the network of the wired router

and thats it for the wireless and LAN configuration.

Testing

To Test Connectivity, ping the other PC

  • Open Command Prompt in WIFI connected PC and Enter IP of wired PC
ping 2.8.0.3

image