[ale] debian network manager
Chris Fowler
cfowler at outpostsentinel.com
Mon Sep 15 16:42:42 EDT 2014
At this point I'm getting pissed! This system is refusing to follow orders.
root at beaglebone:~# ps -ef | grep dhclient
root 1687 1 0 20:39 ? 00:00:00 dhclient -v -pf /run/dhclient.br0.pid -lf /var/lib/dhcp/dhclient.br0.leases br0
root 2697 1 0 20:39 ? 00:00:00 /sbin/dhclient -v eth0
root at beaglebone:~# cat /etc/default/networking
# Configuration for networking init script being run during
# the boot sequence
# Set to 'no' to skip interfaces configuration on boot
#CONFIGURE_INTERFACES=yes
# Don't configure these interfaces. Shell wildcards supported/
EXCLUDE_INTERFACES="eth0"
# Set to 'yes' to enable additional verbosity
#VERBOSE=no
root at beaglebone:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
pre-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
auto wlan0
iface wlan0 inet manual
pre-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp on
# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
# Note on some boards, usb0 is automaticly setup with an init script
iface usb0 inet static
address 192.168.7.2
netmask 255.255.255.0
network 192.168.7.0
gateway 192.168.7.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20140915/3588c688/attachment.html>
More information about the Ale
mailing list