Fritzbox – OpenVPN

My Fritzbox 7270 was recently configured to open a VPN tunnel to my internal network. The fritzbox config is shown below in the picture:

My Desire is configured like this:

remote olkn.homelinux.net
proto udp
dev tap
tls-client
ns-cert-type server
ca /sdcard/openvpn/ca.crt
cert /sdcard/openvpn/client.crt
key /sdcard/openvpn/client.key
tls-auth /sdcard/openvpn/static.key 1
tun-mtu 1500
mssfix
nobind
pull
cipher AES-128-CBC
verb 3

Freetz 7270 Net-SNMP config

Here is the configuration for NET-SNMP running on my FB7270 with freetz:
rocommunity public 192.168.4.0/24
sysname freetz.7270
syslocation Serverraum
syscontact olkn@steppenwolf.de
sysservices 78
agentaddress 192.168.4.250

anyterm

I just successfully installed anyterm on my homepage hosted on my sheeva plug. The successfull command was:
./anytermd -p 5000 –user olkn –auth null -c “ssh olkn@localhost”
I had several issues with authentication and the correct user to choose but now it is running and I have shell access to my sheeva plug using an SSL encrypted apache page.
The proxy passage for apache is as follows. Of course you need to install mod_proxy first.

# anyterm proxy

ProxyPass http://localhost:5000/
ProxyPassReverse http://localhost:5000/
AuthType Basic
AuthName “anyterm”
AuthUserFile /etc/apache2/htpasswd
Require user olkn