Re: pptp

2008-09-24 Thread Bjorge Solli
*doh*

It works if I don't use the domain field and set [EMAIL PROTECTED] in the user
field. I guess @domain is a part of the username in our setup.

If I set mtu in gconf for the connection, will NM change the mtu?

Regards
Bjørge

Bjorge Solli wrote:
> Hi,
> 
> I'm trying to ditch an old script and use NM instead. The old script can
> be dl from http://www.uib.no/People/nmabs/vpn/uib-vpn.tar
> It's commented in norwegian, but should be understandable by reading the
> code. (ansatt=staff)
> 
> I need to set these variables in /etc/ppp/options.cpptp
> noauth
> crtscts
> lock noauth nobsdcomp nodeflate
> local
> asyncmap 0
> mtu 1392
> lcp-echo-interval 0
> lcp-echo-failure 40
> idle 0
> maxfail 40
> noipx
> 
> and set the secrets in chap-secrets, but this is what I would like to
> avoid using NM.
> 
> I use pptp-on in the tar-file to start the connection, but basically I
> use something like this:
> 
> /usr/sbin/pptp $VPNSERVER name $USER defaultroute noauth
> 
> And I also need to set the gw for the $VPNSERVER so it uses the standard
> device (not the pptp device).
> 
> Is it possible to use NM to set all these settings? I have tried a lot,
> but can't get it to work and I don't get any error messages other than
> that the connection failed.
> 
> I have used NM to connect to an unencrypted vpn (also pptp), but I would
> like to use the encrypted one.
> 
> The script in the tar-file works both on the local wireless lan
> (10.0.0.0/8) and from everywhere else. 129.177.0.0/16 is our local lan.
> 
> Regards
> Bjørge Solli
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: save password

2008-09-24 Thread Jim Popovitch
On Thu, Sep 25, 2008 at 00:05, Dominik Schmich <[EMAIL PROTECTED]> wrote:
> Whoops sry, here are my infos:
> Ubuntu 8.04 (Hardy)
> Kernel: 2.6.24-19-generic i686 GNU/Linux
> keyring: 2.22.2-0ubuntu1
>
> With the old 0.6 version which was delivered by Ubuntu I was able to
> save the password (it was made automaticly). I'm just wondering why the
> password is not saved anymore?

Hmmm, it sounds like you have what you need.   Have you tried deleting
any existing passphrase from your keyring and re-adding it?

-Jim P.
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: save password

2008-09-24 Thread Dominik Schmich
Whoops sry, here are my infos:
Ubuntu 8.04 (Hardy)
Kernel: 2.6.24-19-generic i686 GNU/Linux
keyring: 2.22.2-0ubuntu1

With the old 0.6 version which was delivered by Ubuntu I was able to
save the password (it was made automaticly). I'm just wondering why the
password is not saved anymore?


On Wed, 2008-09-24 at 23:58 -0400, Jim Popovitch wrote:
> On Wed, Sep 24, 2008 at 22:53, Dominik Schmich <[EMAIL PROTECTED]> wrote:
> > Hi List,
> >
> > is there any reason why the passwords for the wifi's aren't saved? I'm
> > connecting to a WPA2-Enterprise network which works fine with me. The
> > only bad thing is, I always have to reenter the password again.
> 
> What distro are you running?
> 
> Do you have have gnome-keyring-manager installed?
> 
> -Jim P.
> ___
> NetworkManager-list mailing list
> NetworkManager-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list


smime.p7s
Description: S/MIME cryptographic signature
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: save password

2008-09-24 Thread Jim Popovitch
On Wed, Sep 24, 2008 at 22:53, Dominik Schmich <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> is there any reason why the passwords for the wifi's aren't saved? I'm
> connecting to a WPA2-Enterprise network which works fine with me. The
> only bad thing is, I always have to reenter the password again.

What distro are you running?

Do you have have gnome-keyring-manager installed?

-Jim P.
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


save password

2008-09-24 Thread Dominik Schmich
Hi List,

is there any reason why the passwords for the wifi's aren't saved? I'm
connecting to a WPA2-Enterprise network which works fine with me. The
only bad thing is, I always have to reenter the password again.

Cheers,
Dominik


smime.p7s
Description: S/MIME cryptographic signature
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: downgrade to 0.6.6 temporally?

2008-09-24 Thread Trey Nolen


unfortunatly Im still unable to connect to our Windows 2003 VPN Server
on my Intrepid machine. It worked on hardy and the bug is already filed
at lp:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/259168

I wonder if I can downgrade only the network-manager to 0.6.6 untill
this bug is fixed. I just tried to build it from source but got an error
because my package wireless-tools isn't the right one that was expected
for that network-manager version. How could I work around it...I don't
won't to destabilise my system but I want to get my VPN to work :-)



Well, I'm not running Intrepid yet, but I did upgrade to NM .7 on Hardy and 
had problems with it.  I successfully downgraded to .6.6 and fixed my issues 
(most of them anyway).   It is kind of a pain to downgrade, but it can be 
done.  I did have one problem after downgrading though - I was unable to 
create *new* VPNs.  I already had some created before upgrading to .7 and 
those work OK, but I could not get new ones configured after the switch.



Trey Nolen

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Making NM portable

2008-09-24 Thread Debarshi Ray
So I have some FreeBSD support using PF_ROUTE sockets. It is possible
to show the routing table, and soon it will support addition and
deletion of routes. At the same time I am reworking the Linux backend
to use libnl instead of directly mucking with PF_NETLINK.

My private tree is available here:
git://bombadil.infradead.org/~rishi/inetutils.git (see libroute/ and
route/) At the moment it is quite out of date with my working
directory. :-)

It would be very helpful if someon could enlist the basic
functionality that NetworkManager would need from a library that
abstracts out different kernels' interfaces. It looks to that atleast
the following are needed:
+ flush
+ add
+ delete
+ monitor

Anything else?

Since GNU Inetutils is under GPLv3+ the license notices mention it,
but I am planning to mark 'libroute' as LGPLv3+ to make it easy for
GPLv2+ programs like NetworkManager to use it.

Comments?

Happy hacking,
Debarshi
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


downgrade to 0.6.6 temporally?

2008-09-24 Thread Christoph Burgdorf
Hello everyone,

unfortunatly Im still unable to connect to our Windows 2003 VPN Server
on my Intrepid machine. It worked on hardy and the bug is already filed
at lp:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/259168

I wonder if I can downgrade only the network-manager to 0.6.6 untill
this bug is fixed. I just tried to build it from source but got an error
because my package wireless-tools isn't the right one that was expected
for that network-manager version. How could I work around it...I don't
won't to destabilise my system but I want to get my VPN to work :-)

Any help is appreciated

Bye

Christoph
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


pptp

2008-09-24 Thread Bjorge Solli
Hi,

I'm trying to ditch an old script and use NM instead. The old script can
be dl from http://www.uib.no/People/nmabs/vpn/uib-vpn.tar
It's commented in norwegian, but should be understandable by reading the
code. (ansatt=staff)

I need to set these variables in /etc/ppp/options.cpptp
noauth
crtscts
lock noauth nobsdcomp nodeflate
local
asyncmap 0
mtu 1392
lcp-echo-interval 0
lcp-echo-failure 40
idle 0
maxfail 40
noipx

and set the secrets in chap-secrets, but this is what I would like to
avoid using NM.

I use pptp-on in the tar-file to start the connection, but basically I
use something like this:

/usr/sbin/pptp $VPNSERVER name $USER defaultroute noauth

And I also need to set the gw for the $VPNSERVER so it uses the standard
device (not the pptp device).

Is it possible to use NM to set all these settings? I have tried a lot,
but can't get it to work and I don't get any error messages other than
that the connection failed.

I have used NM to connect to an unencrypted vpn (also pptp), but I would
like to use the encrypted one.

The script in the tar-file works both on the local wireless lan
(10.0.0.0/8) and from everywhere else. 129.177.0.0/16 is our local lan.

Regards
Bjørge Solli
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: nm-connection-editor crash when adding or deleting vpn connection

2008-09-24 Thread Tambet Ingo
On Tue, Sep 23, 2008 at 9:26 PM, Dan Williams <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-09-23 at 18:22 +0300, Tambet Ingo wrote:
>> Attached. Some good person should add "Show passwords" checkboxes to
>> all the openvpn connection method tabs too. :)
>
> Thanks, please commit.

Committed. I also was the good person and added "Show passwords" checkbox.

Tambet
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list