18 October 2016

connect to wifi wpa2

This doc show how to connect to wpa2 essid using command line

DISABLE NETWORK_MANAGER dulu


 wpa_passphrase SSID PASSWORD > CONFIG_FILE
eg:
# wpa_passphrase myWifi mypassword > wpa.conf


 to list available driver
#      wpa_supplicant



# sudo wpa_supplicant -iwlan0 -c wpa.conf -Dwext
// -i  wireless card
// -c  config file
// -D  driver



ref: http://askubuntu.com/questions/16584/how-to-connect-and-disconnect-to-a-network-manually-in-terminal

15 October 2016

vlan Membership Flag

Here are the definitions that I pulled from page 126 of the User Guide:

T          --  The interface is a member of a VLAN. All packets forwarded by the interface are tagged. The packets contain VLAN information.
U          --  The interface is a VLAN member. Packets forwarded by the interface are untagged.
F          --  The interface is denied membership to a VLAN.
Blank    --  The interface is not a VLAN member. Packets associated with the interface are not forwarded.




ref:
http://en.community.dell.com/support-forums/network-switches/f/866/t/19495197