I create a new file /etc/sysconfig/network-scripts/ifcfg-eth1 as follows:
ONBOOT=no
USERCTL=yes
PEERDNS=no
TYPE=Wireless
DEVICE=eth1
#HWADDR=xx:xx:xx:xx:xx:xx
BOOTPROTO=dhcp
#ESSID=xxxxxxx
#KEY='xxxxxxxxxxxxxxxxxxxxxxxxxx restricted'
MODE=Managed
RATE=Auto
PEERNTP=no
Question
I need to know how to find out the values for HWADDR, ESSID, KEY.
Explain like you would to a kid please
Thanks in advance.