Search found 7 matches
- Tue Jan 13, 2009 8:07 pm
- Forum: VPN
- Topic: Where are the logs for OpenVPN stored?
- Replies: 2
- Views: 21476
Re: Where are the logs for OpenVPN stored?
Thanks for the hints cpg. I found this command worked reasonably well to figure out who authenticated when, and from where: cat /var/log/messages | grep vpn | grep authentication | grep Username There might be a more savvy way to do it using regular expressions, but that worked for me. Also, I'm not...
- Tue Jan 13, 2009 9:47 am
- Forum: VPN
- Topic: Where are the logs for OpenVPN stored?
- Replies: 2
- Views: 21476
Where are the logs for OpenVPN stored?
I'd like to know where the logs (if any) are stored for OpenVPN on the hda server. I want to see information about who is connecting from where. Thanks.
- Wed Dec 17, 2008 6:22 am
- Forum: General
- Topic: How to fully remove an app?
- Replies: 2
- Views: 4823
Re: How to fully remove an app?
Thanks for the tip. That did it!!
- Mon Dec 15, 2008 5:29 pm
- Forum: General
- Topic: How to fully remove an app?
- Replies: 2
- Views: 4823
How to fully remove an app?
I installed the recipes web-app, and played around with it. I decided to delete it, then tried to install phprecipebook using the name 'recipe', but I received an error message that the name was already taken. Is there any way I can reuse the name 'recipe'? Do I have to clean up some data in a datab...
- Thu Dec 11, 2008 4:31 am
- Forum: VPN
- Topic: DNS doesn't work when connecting to HDA over VPN
- Replies: 12
- Views: 12102
Re: DNS doesn't work when connecting to HDA over VPN
The amahi.conf file is fine. I have the push "dhcp-option DNS ..." in there. I actually noticed that when I connect to the VPN, I see that statement come through. I did some searching on openvpn.net, and found this . It turns out those DHCP commands are just stored in an environment variab...
- Tue Dec 09, 2008 8:46 am
- Forum: VPN
- Topic: DNS doesn't work when connecting to HDA over VPN
- Replies: 12
- Views: 12102
DNS doesn't work when connecting to HDA over VPN
I'm running Ubuntu Linux 8.10 on my client, and can successfully create a VPN connection to my HDA. I can ssh into it, and ping it. However, when I try to ping it by it's name <hda.example.com>, I get an unknown host. I followed the instructions here to configure the OpenVPN client. It doesn't seem ...
- Mon Dec 08, 2008 3:15 pm
- Forum: Networking
- Topic: Can't connect to http://hda from client PCs
- Replies: 0
- Views: 10416
Can't connect to http://hda from client PCs
After installing Amahi, I was unable to connect to http://hda, or http://wiki from either of my client PCs. I went on IRC and figured it out with the help of those on the channel. On my Ubuntu box, the problem was that I was connected to my work network using a VPN program. This VPN program overrode...