Proper WEP Code

2007-12-09 Thread nathanael . jansons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hey everyone sorry to disturb you all but what is the proper way to put
your wep code in hex into the nm-applet? So far i can't figure it out
and it won't allow me to connect. This is my code (obviously without the
stars):


**:38:22:05:40:AB:**:EF:04:38:22:05:**


Thanks in advance i tried googling it but i don't think i could think of
the right combination of search phrase.

NJ


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHXAzB8bSFeWg33Q8RAktcAKCnLMGC/dEPWBVtNGe0ZofHkBXaqQCfd9yD
W0iINjSIUlIr1nHOpXIkgf8=
=bBR0
-END PGP SIGNATURE-
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Overriding connections (VPN) that abuse DNS (was: Wireless DHCP overwrites DNS settings)

2007-12-09 Thread Dan Williams
On Sat, 2007-12-08 at 13:36 -0800, Ross Patterson wrote:
 This is somewhat related.  I have a poorly behaved VPN connection that
 sends NM empty DNS settings so that no DNS works when I'm connected to
 the VPN.  I can't fix the VPN, so my current workaround is to copy
 /etc/resolv.conf before I connect to the VPN, and then write it over the
 /etc/resolv.conf written by NM *after* connecting to the VPN.  IOW, I
 manually restore the original DNS configuration.  This is annoying to
 say the least.
 
 My question is, is there a way to preseve the DNS settings on *just
 that* VPN connection so I don't have to do this dance every time?

Not yet; but it can be fixed internally in NetworkManager pretty easily.
Nobody has come up with a patch yet, and I haven't had time.

Internally, the IP4 configs are essentially a stack with between 0 and 2
configs per device.  The device's config is at #1, and the VPN config is
at #2.  Whenever the config stack changes, settings should get merged
with the higher numbered items taking priority over the lower numbered
ones.  Right now, a config with a higher number blows away the config
with the lower number entirely.

Dan


 Ross
 
 Jason Martens [EMAIL PROTECTED] writes:
 
  On Wed, 2007-10-31 at 20:22 -0400, Darren Albers wrote:
  On 10/31/07, Jason Martens [EMAIL PROTECTED] wrote:
   I'm still having the problem where my DNS settings are overwritten
   by the wireless connection, even though I am still connected to the
   VPN.  Attached is the syslog output.  Note, I'm on Ubuntu Gutsy
   now, but I had the same problem on Debian Lenny about 2 weeks ago.
  
   Jason
  
 
  As Sourav pointed out setting your nameservers via the
  NetworkSettings tab will be overwritten by NM since the applications
  are not aware of each other.  If you want to hardcode a DNS server
  you should do it in dhclient.conf
 
  I didn't change my nameservers.  *Something* is changing them while
  I'm still connected to my VPN, which means that I can't access
  anything via DNS after about 15 minutes of being connected.  I either
  have to disconnect the VPN, or manually change the resolv.conf back to
  the proper settings for my VPN connection (which will get overwritten
  again in 15 minutes).  Annoying, to say the least.
 
  Jason
 
 ___
 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: Proper WEP Code

2007-12-09 Thread Dan Williams
On Mon, 2007-12-10 at 01:42 +1000, [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 Hey everyone sorry to disturb you all but what is the proper way to put
 your wep code in hex into the nm-applet? So far i can't figure it out
 and it won't allow me to connect. This is my code (obviously without the
 stars):
 
 
 **:38:22:05:40:AB:**:EF:04:38:22:05:**

So you first need to make sure you choose WEP 40/128-bit Hexadecimal
in the applet, then you put the key in _without_ any : or - or spaces.
So you should enter it looking like this:

1238220540ab55ef04382205bb

uppercase/lowercase don't matter.

Dan


 
 Thanks in advance i tried googling it but i don't think i could think of
 the right combination of search phrase.
 
 NJ
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 
 iD8DBQFHXAzB8bSFeWg33Q8RAktcAKCnLMGC/dEPWBVtNGe0ZofHkBXaqQCfd9yD
 W0iINjSIUlIr1nHOpXIkgf8=
 =bBR0
 -END PGP SIGNATURE-
 ___
 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: Proper WEP Code

2007-12-09 Thread Aaron Konstam
On Mon, 2007-12-10 at 01:42 +1000, [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 Hey everyone sorry to disturb you all but what is the proper way to put
 your wep code in hex into the nm-applet? So far i can't figure it out
 and it won't allow me to connect. This is my code (obviously without the
 stars):
 
 
 **:38:22:05:40:AB:**:EF:04:38:22:05:**
 
 
 Thanks in advance i tried googling it but i don't think i could think of
 the right combination of search phrase.
 
 NJ
But the associated question do you really want to set the WEP encryption
code in hex rather than in ASCII, which is another option.
--
===
It took me fifteen years to discover that I had no talent for writing,
but I couldn't give it up because by that time I was too famous. --
Robert Benchley
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]


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


Re: Proper WEP Code

2007-12-09 Thread Dan Williams
On Sun, 2007-12-09 at 15:48 -0600, Aaron Konstam wrote:
 On Mon, 2007-12-10 at 01:42 +1000, [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  
  
  Hey everyone sorry to disturb you all but what is the proper way to put
  your wep code in hex into the nm-applet? So far i can't figure it out
  and it won't allow me to connect. This is my code (obviously without the
  stars):
  
  
  **:38:22:05:40:AB:**:EF:04:38:22:05:**
  
  
  Thanks in advance i tried googling it but i don't think i could think of
  the right combination of search phrase.
  
  NJ
 But the associated question do you really want to set the WEP encryption
 code in hex rather than in ASCII, which is another option.

He needs to be sure he matches the setting used on the AP.  It won't
work if he uses the wrong type in the applet.  That said, most APs don't
use ASCII passphrases (it was an older lucent thing), so I'd expect it
to be a hex key, most likely.

Dan


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


Re: Proper WEP Code

2007-12-09 Thread Nathanael Jansons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hey guys just thought i'd say i got it working. Thanks for ur help and
keep up the great coding :D


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHXK2I8bSFeWg33Q8RAqLaAJ9v6n5Xi0+ugaS9qhkG+tBIzDB0UACfS79v
HcIqlEnNPKiDGftSoHRc5kM=
=U8FK
-END PGP SIGNATURE-
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list