Test Interfaces

Interface configuration can and should be tested independently.

  1. Reboot
    
    	  sudo reboot
        
  2. All configured interfaces should appear in list with correct settings.
    
    	  sudo ifconfig
    	  # lo ... 127.0.0.1 ... 255.0.0.0 ..
    	  # eth0 ... 192.168.2.9 ... 255.255.255.0 ...
    	  # wlan0 ... 192.168.7.1 ... 255.255.255.0 ...
    	  # wlan1 ... 192.168.1.23 ... 255.255.255.0 ...
        
  3. Access point and clients should appear in list with correct settings.
    
    	  sudo iwconfig
    	  # wlan0 ... Mode: Master ... 
    	  # wlan1 ... Mode: Managed ... Access Point: "ESSID" ...