From: Umarzuki Mochlis on 12 Jan 2010 10:30 I can' seem to follow the article on http://www.virtualbox.org/wiki/OpenVPN_on_VBox especially when the example command formatting somehow confusing. I tried cat<<EOF > debianvm.conf dev tun ifconfig 10.8.0.5 10.8.0.6 keepalive 10 60 port 1195 EOF but it it is as if the command wrongly -- Regards, Umarzuki Mochlis http://debmal.my
From: Sarunas Burdulis on 12 Jan 2010 11:20 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Umarzuki Mochlis wrote: > I can' seem to follow the article > on http://www.virtualbox.org/wiki/OpenVPN_on_VBox especially when the > example command formatting somehow confusing. I tried > cat<<EOF > debianvm.conf dev tun ifconfig 10.8.0.5 10.8.0.6 keepalive 10 > 60 port 1195 EOF That should be: cat << EOF > debianvm.conf dev tun ifconfig 10.8.0.5 10.8.0.6 keepalive 10 60 port 1195 EOF Or just paste the four lines (dev... to port...) to debianvm.conf file. - -- Sarunas Burdulis Systems Administrator Department of Mathematics, Dartmouth College http://math.dartmouth.edu/~sarunas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktMlgcACgkQejaFVltl6E80HACgnhOwsWjx5xLw1FuR6lq/BpEA GZ4An121CRplntiOlJxiCip1k0AUiVmv =Hyqq -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Umarzuki Mochlis on 12 Jan 2010 18:40 2010/1/12 Sarunas Burdulis <sarunas(a)math.dartmouth.edu> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Umarzuki Mochlis wrote: > > I can' seem to follow the article > > on http://www.virtualbox.org/wiki/OpenVPN_on_VBox especially when the > > example command formatting somehow confusing. I tried > > cat<<EOF > debianvm.conf dev tun ifconfig 10.8.0.5 10.8.0.6 keepalive 10 > > 60 port 1195 EOF > > That should be: > > cat << EOF > debianvm.conf > dev tun > ifconfig 10.8.0.5 10.8.0.6 > keepalive 10 60 > port 1195 > EOF > > Or just paste the four lines (dev... to port...) to debianvm.conf file. > > Thanks, but I still cannot ping to guest (10.8.0.2) after below setup: Host /etc/openvpn/debianvm.conf dev tun ifconfig 10.8.0.5 10.8.0.6 keepalive 10 60 port 1195 guest /etc/openvpn/debianvm.conf remote 121.120.141.2 dev tun ifconfig 10.8.0.2 10.8.0.1 keepalive 10 60 redirect-gateway where 121.120.141.2 is ppp0 > - -- > Sarunas Burdulis > Systems Administrator > Department of Mathematics, Dartmouth College > http://math.dartmouth.edu/~sarunas > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAktMlgcACgkQejaFVltl6E80HACgnhOwsWjx5xLw1FuR6lq/BpEA > GZ4An121CRplntiOlJxiCip1k0AUiVmv > =Hyqq > -----END PGP SIGNATURE----- > -- Regards, Umarzuki Mochlis http://debmal.my
|
Pages: 1 Prev: SOLVED: Lenny hangs on "Activating Swap" Next: cssh alternative |