Something about wlan

Refs:

  1. fatduck's blog:

    http://wiki.fatduck.org/networking/bridge-using-proxy-arp

  2. Ipforwarding on [ask ubuntu]:

    http://askubuntu.com/questions/95199/two-network-cards-and-ip-forwarding

  3. Ubuntu Help Wiki: router

    http://wiki.fatduck.org/networking/bridge-using-proxy-arp

####################################################################

Points to know:

  1. /etc/network/interfaces

    *Dynamic IP Address(DHCP): iface wlan0 inet dhcp
    *Static IP Address: iface wlan0 inet static
  2. /proc/sys/net/ipv4/conf/eth1/proxy_arp
    get: >> cat /proc/sys/net/ipv4/conf/eth0/proxy_arp |==> user@host$0

    set: >> echo 1 /proc/sys/net/ipv4/conf/eth0/proxy_arp

  3. check your wifi adapter:

    >>lsusb
  4. >>rfkill list

   >>rfkill {block|unblock} {"wifi" ...}

posted @ 2014-01-30 17:15  gnat  阅读(131)  评论(0编辑  收藏  举报