Novena Dogfood Setup

From Studio Kousagi Wiki
Revision as of 05:51, 27 May 2014 by Xobs (talk | contribs) (Network Setup)
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

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

auto eth0
iface eth0 inet static
       address 10.0.49.1
       gateway 10.0.49.1
       netmask 255.255.255.0