Difference between revisions of "Novena Dogfood Setup"
(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...") |
(→Network Setup) |
||
Line 2: | Line 2: | ||
==Network Setup== | ==Network Setup== | ||
− | Add a file under /etc/network/interfaces.d called eth1: | + | Add a file under /etc/network/interfaces.d/ called eth1: |
auto eth1 | auto eth1 | ||
Line 9: | Line 9: | ||
gateway 210.23.25.253 | gateway 210.23.25.253 | ||
netmask 255.255.255.252 | 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 |
Revision as of 05:51, 27 May 2014
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