This page gives some hints on node setup:
/etc/network/interfaces
- eth0 will receive its IP address from the DSL/cable modem. It should thus be configured as a DHCP client.
eth1 will assign its IP address to the AP following NetworkAddressAllocations. Its address is static.
The file reads as follows (in case of PGE node):
# The first network card - this entry was created during the Debian installation autho eth0 iface eth0 inet dhcp # PTP added this: auto eth1 iface eth1 inet static address 10.11.31.1 netmask 255.255.255.0

