######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# See the interfaces(5) manpage for information on what options are
# available.
######################################################################

# We always want the loopback interface.
#
auto lo
iface lo inet loopback

# Static IP setup: (broadcast and gateway are optional)
#
auto eth0
iface eth0 inet static
     address 192.168.134.178
     network 192.168.134.0
     netmask 255.255.255.0
     broadcast 192.168.134.255
     gateway 192.168.134.6

auto wlan0
iface wlan0 inet static
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
        address 192.168.134.150
        netmask 255.255.255.0
        network 192.168.134.0
        broadcast 192.168.134.255
        # gateway 192.168.134.6

auto ppp0
iface ppp0 inet ppp
provider huawei
