The file you have to change is /etc/network/interfaces . It's contents at this point should be self-explanatory, but in any event, it should look something like this:auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 1.1.1.2
netmask 255.255.255.0
gateway 1.1.1.1
The 1.1.1.1 and 1.1.1.2 IPs are samples here.
After you saved this file, run this
/etc/init.d/networking restart
Also check that in your /etc/resolv.conf file you have the correct nameserver:nameserver 1.1.1.3
This should get your network online (until you reboot, since the actual settings are in the datbase).
To allow me access into the system you have to enable Remote Assistance. There are two ways to do this:
1. from the Pluto Admin website, go to Wizard -> Security -> Outside access, tick the "Allow Pluto tech support temporary access using this password" checkbox, write the password twice and click Update
2. from the console, run /usr/pluto/bin/RA.sh and follow the instructions
After you enabled this, send me your installation number and the password you wrote in there to this address: radu.c _at_ plutohome.com
Tell me if the system is going to be online all the time, or just in a certain hour interval so I can sync.