Search found 9 matches

by MSB
Sun Feb 05, 2006 7:52 am
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

Could not get it to work. I hate giving up but I kinda have to :(

I think I'll give DD-WRT a try or just stick with SSH
by MSB
Mon Jan 30, 2006 7:39 pm
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

I found the following as solution to the error message in the log: mkdir /dev/net mknod /dev/net/tun c 10 200 chmod 750 /dev/net chmod 660 /dev/net/tun (maybe you want 755 and 666) I get : * Starting openvpn for myhomelan... [ ok ] But the log still has errors as follows: Jan 30 13:34:50 xbox openvp...
by MSB
Mon Jan 30, 2006 6:46 pm
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

Yay! I got the log this time! :) Jan 30 00:21:58 xbox syslogd 1.4.1: restart. Jan 30 08:15:11 xbox smbd[9116]: [2006/01/30 08:15:11, 0] lib/util_sock.c:write_socket_data(430) Jan 30 08:15:12 xbox smbd[9116]: write_socket_data: write failure. Error = Connection reset by peer Jan 30 08:15:12 xbox smbd...
by MSB
Sat Jan 28, 2006 5:08 pm
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

I re-emerged openvpn thinking that may resolve and now receive:

* Re-caching dependency info (mtimes differ)...
* Starting openvpn for myhomelan... [ !! ]

and still no log file!
by MSB
Sat Jan 28, 2006 5:06 pm
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

I get the following:

/var/log/openvpn/openvpn.log: No such file or directory :(
by MSB
Sat Jan 28, 2006 4:04 am
Forum: Newbie
Topic: VPN Setup
Replies: 7
Views: 6549

VPN Setup

I followed instructions setting up OpenVPN from http://gentoo-wiki.com/HOWTO_OpenVPN_primer - Very basic setup and was unsuccessful. I get: root # /etc/init.d/openvpn start * Starting openvpn for myhomelan... [ !! ] I am not sure where to go from here. I am a novice and am not sure how to proceed fr...
by MSB
Mon Dec 19, 2005 9:32 pm
Forum: General Discussion
Topic: PPTP VPN server
Replies: 4
Views: 4448

Help with OpenVPN

Can someone assist me with OpenVPN setup? I tried setting this up several times and gave up because OpenVPN refuses to start up on my xbox. I get the following: * Starting openvpn for myhomelan... [ !! ] Part of the problem could be that I am new to VPN setup on Linux and may not be too intuitive du...
by MSB
Sat Nov 19, 2005 2:55 pm
Forum: Q & A
Topic: Port change error in Apache
Replies: 3
Views: 2673

I had to make the following edits to get it working: pico -w /etc/apache2/httpd.conf -> Listen xbox:8070 pico -w /etc/conf.d/apache2 -> APACHE2_OPTS="-D SSL -D PHP4 -D DEFAULT_VHOST" pico -w /etc/apache2/vhosts.d/00_default_vhost.conf -> NameVirtualHost xbox:8070 and -> <VirtualHost xbox:8...
by MSB
Fri Nov 18, 2005 12:31 am
Forum: Q & A
Topic: Port change error in Apache
Replies: 3
Views: 2673

Port change error in Apache

Changing the port listen from 80 to 8070 (or any other available port) isn't working on my new install of Gentoox Home 4.0 with apache emerged. Am I missing to change it someplace else? I changed the information in /etc/apache2/httpd.conf using pico. I get the following error when I open up the page...