Changes between Version 12 and Version 13 of Internal/Soekris


Ignore:
Timestamp:
Sep 20, 2006, 10:18:41 PM (18 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Soekris

    v12 v13  
    117117
    1181181. Create a vpn account on the landing.
     119
    1191202. Allow the vpn account on the landing to run pppd as root, by configuring /etc/sudoers with lines like these
    120121{{{
     
    122123vpn: ALL=NOPASSWD: VPN
    123124}}}
     125
    1241263. Allow the vpn client to log in to the vpn account on the landing using an ssh key with no password.  You're proably looking for this command:
    125127{{{
    126128ssh-keygen -b 2048 -t rsa
    127129}}}
     130
    1281314. Run a script like the following on the landing.
    129132{{{
     
    143146exit 0
    144147}}}
     148
    1451495. Change iptables and the routing table in the Soekris net4801 so that the traffic coming in over ppp0 goes to the right interface on the ORBIT node, and so that all traffic from the ORBIT node's interfaces goes to ppp0.
     150
    1461516. Change iptables, the routing table, and multi-homed interfaces in the landing so that packets for the remote ORBIT nodes get there.
    147152