# ifconfig
lo0: flags=0x8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33180
inet6 ::1/128 flags 0x20<NODAD>
inet6 fe80::1%lo0/64 flags 0x0 scopeid 0x1
inet 127.0.0.1/8 flags 0x0
cpsw0: flags=0x8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: c8:a0:30:aa:65:c4
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::caa0:30ff:feaa:65c4%cpsw0/64 flags 0x0 scopeid 0x2
inet 192.168.1.105/24 broadcast 192.168.1.255 flags 0x0
# cat /etc/ifconfig.cpsw0
192.168.1.105 netmask 255.255.255.0
# grep defaultroute /etc/rc.conf
defaultroute=192.168.1.1
# grep dh /etc/rc.conf
dhcpcd=NO
dhclient=NO
# uname -pvm
NetBSD 7.99.70 (BEAGLEBONE) #0: Wed Apr 26 11:38:37 UTC 2017 [email protected]:/usr/src/sys/arch/evbarm/compile/BEAGLEBONE evbarm earmv7hf
Created
May 1, 2017 15:03
-
-
Save travispaul/dc2fe701a6196c1883dc1b705753b3c8 to your computer and use it in GitHub Desktop.
Networking config for Beaglebone Black
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment