Jump to content

smk

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by smk

  1. I had similar problem with connecting to WPA pesronal AP. The problem is that the configuration is not written correctlyat /etc/config/wireless. For example I had to manually add the option encryption value for WPA at the mentioned file. The value that you should add can be found at the following https://wiki.openwrt.org/doc/uci/wireless under the WPA Modes section E.g my configuratioon after the manual add loooked like this config wifi-iface option device 'radio2' option ifname 'wlan2' option mode 'sta' option ssid 'XXXXXXX' option network 'wan' option key 'XXXXXXXXXXX' option encryption 'psk-mixed+tkip+ccmp' <----------------Manually added this To check if you can connect do not use the Connect but from the Client Mode again becuase it will mess the file. Try to restart the network service by typing to the ssh prompt /etc/init.d/network restart If it connects succesfuly then at the Nerworking tab at the web panel (try refreshing) you will be able to see the obtained IP. Otherwise you can check with the ifconfig command at the command prompt.
×
×
  • Create New...