Re: How do I create a new wifi connection with nmcli?

2011-03-20 Thread Ma Begaj
2011/3/20 Leonardo Ferreira Fontenelle > Hello, list! > > I wasn't able to use nmcli to create a new wifi connection. The access > point is listed by "nmcli dev wifi", but if I try to connect to it with > "nmcli con up myssid" it says the connection is unknown. Indeed, it is not > listed in /etc

Re: VPN over VPN

2011-03-06 Thread Ma Begaj
2011/3/6 Matej Kovacic : > Hi, > > is it possible to use VPN over VPN? > > For instance, user is connected to Open VPN server and then connects to > Cisco VPN through the first connection? yes but not only with NM. I did that again with a dispatcher script by starting openvpn after 1st connection

Re: location based firewall

2011-03-05 Thread Ma Begaj
2011/2/28 Matej Kovacic : > Hi, > >> I have that setup. I solved it with scripts in >> /etc/NetworkManager/dispatcher.d/. > ... >> you find UUIDs on command line with "nmcli con". > > > That is very nice and opens possibilities for developing location based > firewalls. For instance, when I am at h

Re: autoconnect VPN?

2011-02-28 Thread Ma Begaj
2011/2/28 Matej Kovacic : > BTW: there is also one interesting problem here regarding something I > call it contextual networking. For instance - I have VPN, but I want to > use it only in some contexts (cases). > > For instance: I am using several networks, my home wired network, > home wireless n

Re: Run a script when a connection is created?

2011-01-04 Thread Ma Begaj
2011/1/4 Paul Smith : > Is there any advanced feature of NM that will have it invoke a script > when a new connection is created?  Most specifically I'm interested in > replacing the default handling of /etc/resolv.conf updates with my own > handling. > > What I'd really like is something similar t

Re: 3g command line

2010-12-02 Thread Ma Begaj
2010/12/2 Lennert Jansen : > Hi there, > > As I'm completely new & surprised by network manager, my option GMT 382E > umts card got working instantly, 3g with Proximus in Belgium. > However, I'd like to use these kind of card with ubuntu server install, and > would like to know the commands to get

Re: 0.8.2 crashing (and wont start) when modprobe e1000e

2010-11-24 Thread Ma Begaj
> For anyone tracking this issue, Jirka Klimes found and pushed a fix for > this: > > (master) > http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=4b022ed32bb3d729fd21d2e33483fda03c6a6333 > > (NM_0_8) > http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=NM_0_8&id

Re: 0.8.2 crashing (and wont start) when modprobe e1000e

2010-11-12 Thread Ma Begaj
> Could you install debug packages and run NetworkManager from within gdb to > obtain better backtrace? > > # gdb NetworkManager > (gdb) run --no-daemon > > and when it crashes do > (gdb) t a a bt > > Jirka > I run modprobe e1000e and this is gdb output: NetworkManager[4998]: (eth0): carrier is

0.8.2 crashing (and wont start) when modprobe e1000e

2010-11-09 Thread Ma Begaj
hi, I compiled 0.8.2 (kernel 2.6.37-rc1 vanilla) a few days ago and I just saw that NetworkManager does not want to start if module e1000e is loaded. And it crashes NetworkManager if it is already running. e1000e (eth0) is working for me on the shell with i.e. dhcpcd and it worked before. Any ide

Re: Usage Monitoring and Bandwidth Allowance

2010-11-02 Thread Ma Begaj
2010/11/2 Dan Williams : > On Sun, 2010-10-31 at 09:13 +, Chris Baines wrote: >> Hi, >> >> I have been using the Network Manager applet for a while now, but I feel >> that it is missing some critical features. Firstly it has no way of >> recording usage and secondly it has no way of distributin

Re: NetworkManager does not see 3G Modem

2010-10-20 Thread Ma Begaj
2010/10/19 Ma Begaj : > Hi, > > I have here an another modem, Option Globetrotter GX0301 PCMCIA. It > uses hso module and it is not visible by NetworkManager. > My user is in dialout group (/dev/ttyHS* devices belong to dialout). > > Am I missing something here? He

NetworkManager does not see 3G Modem

2010-10-19 Thread Ma Begaj
Hi, I have here an another modem, Option Globetrotter GX0301 PCMCIA. It uses hso module and it is not visible by NetworkManager. My user is in dialout group (/dev/ttyHS* devices belong to dialout). Am I missing something here? Here is the data I have ... Thanks r...@x22:/home/mb# ls -l /dev/tt

OT: 3G Modem - Any voice applications?

2010-10-12 Thread Ma Begaj
hi, off topic question: do you know linux applications which could be used to make voice calls through 3G modem and a headset. I am not talking about VOIP but about standard voice call like on your phone. gnome-phone-manager is probably able to send text messages through 3G modem but I was not ab

Re: Per-network VPN configuration

2010-10-06 Thread Ma Begaj
2010/10/5 Thomas Bushnell, BSG : > On Tue, Oct 5, 2010 at 3:50 AM, Ma Begaj wrote: >> >> 2010/10/5 Thomas Bushnell, BSG : >> > Currently you can say that a VPN should be automatically connected, and >> > then >> > whenever NM turns on, it tri

Re: Per-network VPN configuration

2010-10-05 Thread Ma Begaj
2010/10/5 Thomas Bushnell, BSG : > Currently you can say that a VPN should be automatically connected, and then > whenever NM turns on, it tries to connect to that VPN. This is awesome. Really? It should? Hmm, it never worked for me and I solved it with a dispatcher script. > However, I think it

no reconnect (after disconnect on wireless)

2010-10-04 Thread Ma Begaj
hi, I am seeing for some time that networkmanager does not reconnect after disconnection on wireless. and it gets disconnected in my office network pretty often for some unknown reason. I solved it for a moment with a dispatcher script which runs: nmcli nm sleep nmcli nm wakeup but that is not

Re: OpenVPN is stopped when wireless goes down

2010-09-30 Thread Ma Begaj
2010/9/29 Dan Williams : > On Sat, 2010-09-04 at 21:24 +0200, Gregory Auzanneau wrote: >> Hello all, >> >> Since some days, I experience a lot of renegociation on my WIFI network >> card. >> Each time, a renegociation occured, OpenVPN is disconnected and need to >> be reactivated manually. >> >> Is

Re: multiple VPN connections

2010-09-25 Thread Ma Begaj
2010/9/25 Dan Williams : > On Fri, 2010-08-27 at 08:41 +0200, Ma Begaj wrote: >> Any plans to implement this? >> >> Some older comments by Dan Williams: >> http://old.nabble.com/multiple-VPN-%28PPTP%29-connections-at-once-td19852170.html. >> >> Is it only

Re: NetworkManager reset MAC address

2010-09-02 Thread Ma Begaj
2010/9/2 Ma Begaj : > 2010/9/1 Jirka Klimes : >> On Tuesday 31 of August 2010 12:26:05 mms...@gmail.com wrote: >>> I wrote a udev rule to change the MAC address of my wireless card and >>> it worked correctly until I upgraded to >>> NetworkManager-0.8.1-4.git2

Fwd: multiple VPN connections

2010-09-02 Thread Ma Begaj
Any comments on this? -- Forwarded message -- Date: 2010/8/27 Subject: multiple VPN connections To: networkmanager-list@gnome.org Any plans to implement this? Some older comments by Dan Williams: http://old.nabble.com/multiple-VPN-%28PPTP%29-connections-at-once-td19852170.html.

Re: NetworkManager reset MAC address

2010-09-02 Thread Ma Begaj
2010/9/1 Jirka Klimes : > On Tuesday 31 of August 2010 12:26:05 mms...@gmail.com wrote: >> I wrote a udev rule to change the MAC address of my wireless card and >> it worked correctly until I upgraded to >> NetworkManager-0.8.1-4.git20100817.fc13.x86_64 >> today. Now I find the MAC is reset back to

multiple VPN connections

2010-08-26 Thread Ma Begaj
Any plans to implement this? Some older comments by Dan Williams: http://old.nabble.com/multiple-VPN-%28PPTP%29-connections-at-once-td19852170.html. Is it only GUI problem? Thanks ___ networkmanager-list mailing list networkmanager-list@gnome.org http:

Re: NM does't find my networkdevices .. Dbus/Hal problem?

2006-10-20 Thread Ma Begaj
I would suggest to upgrade kernel. 2.6.11 is pretty old comparing to 2.6.18. `lshal` did not reconize anything. lshal output should be much larger. br M. 2006/10/20, Friedrich Pfitzmann <[EMAIL PROTECTED]>: > Hello > > i want to use the NM and have some little problems ;) > > Basicly i installed

Re: NM starts wpa_supplicant -dd although wpa_supplicant is already started??

2006-10-12 Thread Ma Begaj
If you don't see any IE bits, then of course wpa_supplicant can't connect to the access point! There may one or both of two issues: But I am able to connect with wpa_supplicant using the configuration from the last email, but not with NetworkManager. Difference between NetworkManager gui and w

Re: NM starts wpa_supplicant -dd although wpa_supplicant is already started??

2006-10-12 Thread Ma Begaj
quot;username" password="password" } br and thanks M. 2006/10/11, Dan Williams <[EMAIL PROTECTED]>: > On Wed, 2006-10-11 at 16:33 +0200, Ma Begaj wrote: > > Hi and thanks for help. > > > > I am playing with NetworkManager all day long and google alre

Re: NM starts wpa_supplicant -dd although wpa_supplicant is already started??

2006-10-11 Thread Ma Begaj
1. how does NM know which access point should be chosen when I start it? 2. is there any way to select priority for access points? I have 2 at home, and I just want to use. wpa_supplicant gives an options "priority=<1-n>" to set more important access points. Thanks for the great help. M. ___

Re: NM starts wpa_supplicant -dd although wpa_supplicant is already started??

2006-10-11 Thread Ma Begaj
want that. And if I try not to use wpa_supplicant.conf any more and use only NetworkManager, how can I edit some saved connections? How can I change username or some other saved data? Any ideas ... I am really trying hard to use NetworkManager, but this is frustrating. Thanks. M. 200

NM starts wpa_supplicant -dd although wpa_supplicant is already started??

2006-10-11 Thread Ma Begaj
Hi, I am having a problem that NM starts wpa_supplicant on its own and ignores the fact that I have already started it. And than I have two wpa_supplicants running and the 1st one is being ignored. I start it wpa_supplicant with --w -B -ieth0 -Dwext -c/etc/wpa_supplicant and NM starts it with

Re: Re: ipw2200 recognized as wired connection

2006-10-10 Thread Ma Begaj
alled ... Thanks a lot one more time. M. 2006/10/10, Dan Williams <[EMAIL PROTECTED]>: > On Tue, 2006-10-10 at 22:17 +0200, Ma Begaj wrote: > > Thanks Dan, > > > > I found the solution. ipw2200 is a module, and is being loaded after > > hal starts. After restarti

Re: Re: ipw2200 recognized as wired connection

2006-10-10 Thread Ma Begaj
Thanks Dan, I found the solution. ipw2200 is a module, and is being loaded after hal starts. After restarting hal and wpa_supplicant, alle access points are being detected. hope, this will help someone. now, I have to find out how to detect ipw2200 corectly without restarting hal. do you have an

Re: Re: ipw2200 recognized as wired connection

2006-10-10 Thread Ma Begaj
lshal gives me this: --- udi = '/org/freedesktop/Hal/devices/pci_8086_4220' info.udi = '/org/freedesktop/Hal/devices/pci_8086_4220' (string) linux.subsystem = 'pci' (string) linux.hot

ipw2200 recognized as wired connection

2006-10-10 Thread Ma Begaj
Hi, I am trying to use network-manager on my Slackware. Everything looks ok, but my Intel ipw2200 is being recognized as a cable connection. Right click on network-manager shows three options (my translation from german): - Activate network - Connection information - Info Left click on the icon