I want to add a 3G Dongle to my project to allow remote access in a place where there is no wireless. I hope to minimise the network traffic so that only a small data allowance will be required.
I only want to let 3 network things happen:
1) OUT : dyndns update so the device can be found (or similar)
2) IN : ssh - allow ssh traffic in
3) IN : http - allow http traffic in
I also currently have my pi set up as an access point, and this is the normal way of connecting to it for maintenance etc.
Any pointers for how to configure this on the pi?