Novena Dogfood Setup

From Studio Kousagi Wiki
Revision as of 05:49, 27 May 2014 by Xobs (talk | contribs) (Created page with "Novena is now running, serving bunniefoo.com. This is what we had to do to configure it. The board is running Debian Jessie. ==Network Setup== Add a file under /etc/network/in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Novena is now running, serving bunniefoo.com. This is what we had to do to configure it. The board is running Debian Jessie.

Network Setup

Add a file under /etc/network/interfaces.d called eth1:

auto eth1
iface eth1 inet static
       address 210.23.25.254
       gateway 210.23.25.253
       netmask 255.255.255.252