Network

Network administration.

dladm

administer data links

dladm scan-wifi
dladm show-wifi
dladm create-secobj -c wep mykey
dladm show-secobj
dladm delete-secobj
dladm connect-wifi -e harrynet -k mykey pcan0

Manual Network Configuration

minimal setup

  • add ip address of interface: echo 192.168.178.10 > /etc/hostname.e1000g0
  • add nameserver: vi resolv.conf
  • add dns option to hosts: vi nsswitch.conf
  • set router: route add default 192.168.178.1
  • make permanent: echo 192.168.178.1 > /etc/defaultrouter
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License