Re: What NetworkManager does to VPN devices?

2017-04-21 Thread Dan Fruehauf
do reach the server, but on the way back something gets messed up. It does reach the client machine, but not the interface. It used to though. Again, any advice - more than welcome. On Thu, Apr 20, 2017 at 6:22 PM, Thomas Haller <thal...@redhat.com> wrote: > On Thu, 2017-04-20 at 17:40 +

Re: What NetworkManager does to VPN devices?

2017-04-20 Thread Dan Fruehauf
useful advice, it'd be more than welcome. I can also find you on IRC if you think that might be easier. Cheers, Dan. On Thu, Apr 13, 2017 at 4:32 PM, Thomas Haller <thal...@redhat.com> wrote: > On Tue, 2017-04-11 at 09:17 +1000, Dan Fruehauf wrote: > > G'day, > >

What NetworkManager does to VPN devices?

2017-04-10 Thread Dan Fruehauf
ickly - things actually work? My end result is to fix NetworkManager-ssh to do what it should do, however at the moment I'm puzzled as to why this simple scenario doesn't even work out of NetworkManager-ssh.Any help more than appreciated. Cheers

[PATCH] Allow NetworkManager-iodine plugin

2013-12-11 Thread Dan Fruehauf
is available here: https://honk.sigxcpu.org/piki/projects/network-manager-iodine/ On its own it's a pretty awesome way to VPN in my opinion. I wasn't aware of it until recently. Dan. commit d49b3886550cad1bdd2476aea19ab745ef5c5e6b Author: Dan Fruehauf malko...@gmail.com Date: Thu Dec 12 09:23:15 2013

Re: NetworkManager vpnc fails on Fedora 18/19

2013-07-03 Thread Dan Fruehauf
Have a look at: https://wiki.gnome.org/NetworkManager/Debugging You basically want to run (as root): /usr/libexec/nm-vpnc-service --debug And then start the VPN. You should get enough verbosity to understand what is going on. On Thu, Jul 4, 2013 at 12:23 PM, Fedora User fedorae...@gmail.com

Re: unknown reason error message in VPN connections

2013-06-01 Thread Dan Fruehauf
Hi Jay, Would suggest running the plugin in debug mode and trying to troubleshoot what actually happens. Which plugin is it anyway? Scroll most of the way down on the following page and hopefully it'll give us a direction: https://live.gnome.org/NetworkManager/Debugging Cheers, Dan. On Sun,

Re: Installing Network-manager Openswan-plugin for ubuntu

2013-05-26 Thread Dan Fruehauf
Hi Ray, I'm not extremely familiar with the OpenSwan VPN plugin, however a few thing you can try and wouldn't hurt: * A restart for NetworkManager to see if it helps anything. * Not sure about the location of things on Ubuntu, but make sure you have the library (.so) at the correct location as

VPN connection with no device or address

2013-05-25 Thread Dan Fruehauf
G'day, Maintaining the NetworkManager-ssh module I've got recently an inquiry by someone who wants to just use NetworkManager-ssh for port binding. While NetworkManager-ssh supports port binding by custom command line arguments I still couldn't figure out whether NetworkManager will support

Re: [PATCH] Allow NetworkManager-SSH plugin

2013-04-01 Thread Dan Fruehauf
:54:59 -0500 Dan Williams d...@redhat.com wrote: On Thu, 2013-03-21 at 11:13 +1100, Dan Fruehauf wrote: Thanks for that guys. Sounds like the best thing to do is to actually allow the installed VPN plugins to control that configuration. i.e. every VPN plugin can provide

Re: [PATCH] Allow NetworkManager-SSH plugin

2013-04-01 Thread Dan Fruehauf
rather ugly. Any other suggestions? On Mon, Apr 1, 2013 at 6:52 PM, Dan Fruehauf malko...@gmail.com wrote: Hey guys, I'm sorry for the unnecessary patch, but apparently it is unneeded. Just checked it without it (before submitting a bug to fedora to backport that patch) and things work

Re: [PATCH] Allow NetworkManager-SSH plugin

2013-03-20 Thread Dan Fruehauf
. But that's just my humble opinion. Thanks, Dan. On Thu, Mar 21, 2013 at 5:14 AM, Pavel Simerda psime...@redhat.com wrote: - Original Message - From: Dan Fruehauf malko...@gmail.com Hey there, I'm planning to submit NetworkManager-SSH to Fedora (hopefully) and would like

[PATCH] Allow NetworkManager-SSH plugin

2013-03-19 Thread Dan Fruehauf
Hey there, I'm planning to submit NetworkManager-SSH to Fedora (hopefully) and would like to submit that patch that just allows also the SSH plugin to coexist with NetworkManager. If you haven't look at NetworkManager-SSH, it's here: https://github.com/danfruehauf/NetworkManager-ssh Builds

Re: NetworkManager-ssh

2013-03-02 Thread Dan Fruehauf
include NetworkManager-ssh package directly into Fedora. Would be probably the best way to go. Thanks, Dan. On Sat, Mar 2, 2013 at 9:14 AM, Pavel Simerda psime...@redhat.com wrote: - Original Message - From: Dan Fruehauf malko...@gmail.com To: networkmanager-list@gnome.org

Re: NetworkManager-ssh

2013-03-01 Thread Dan Fruehauf
Simerda psime...@redhat.com wrote: Hi, that sounds interesting. Step by the #nm freenode channel sometimes. Pavel - Original Message - From: Dan Fruehauf malko...@gmail.com To: networkmanager-list@gnome.org Sent: Sunday, February 17, 2013 3:19:44 AM Subject: NetworkManager-ssh

Re: NetworkManager-ssh

2013-03-01 Thread Dan Fruehauf
Simerda psime...@redhat.com wrote: - Original Message - From: Dan Fruehauf malko...@gmail.com To: networkmanager-list@gnome.org Hi everybody, I'm bumping this one up as I haven't heard much and would like to know if there's any interest at all. Give it some time. Is nm-ssh

NetworkManager-ssh

2013-02-18 Thread Dan Fruehauf
Hi list, I've recently started working on NetworkManager-ssh, a VPN plugin utilizing OpenSSH tunnelling abilities for NetworkManager. Currently authentication support is rather basic (forwarding SSH_AUTH_SOCK from your nm-applet session), but it works. I plan on continuing development with