From be27f6e6c4200279ff1aa79b7a9dc9973b9c29f8 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 21 Apr 2019 22:44:45 +0000 Subject: [PATCH] Getting network-manager to forget --- 2006-11-15-getting-network-manager-to-forget.html | 8 ++++++++ index.html | 1 + markdown/2006-11-15-getting-network-manager-to-forget.md | 8 ++++++++ markdown/index.md | 1 + 4 files changed, 18 insertions(+) create mode 100644 2006-11-15-getting-network-manager-to-forget.html create mode 100644 markdown/2006-11-15-getting-network-manager-to-forget.md diff --git a/2006-11-15-getting-network-manager-to-forget.html b/2006-11-15-getting-network-manager-to-forget.html new file mode 100644 index 0000000..219c4de --- /dev/null +++ b/2006-11-15-getting-network-manager-to-forget.html @@ -0,0 +1,8 @@ + + + + + +

I made the mistake of associating with the access point in the hotel across the street from the office once to do some testing. From then on, network-manager seemed to prefer that AP, perhaps because the office APs have security enabled. There doesn’t seem to be a UI to make it forget that it likes a certain network. To do so, run gconf-editor and navigate to /system/networking/wireless/networks. SSIDs are folders within this; navigate into the one you want to forget and unset all the keys inside it.

+ + diff --git a/index.html b/index.html index 139e3e8..b078d8d 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@
  • 2009-Sep-11: Confusing BIND with CNAMEs
  • 2009-Feb-19: The odd case of my mugging
  • 2009-Feb-03: 5-packet TCP connection?
  • +
  • 2006-Nov-15: Getting network-manager to forget
  • 2006-Oct-30: X got jumpy during my Dapper -> Edgy upgrade
  • 2006-Sep-23: Stopping Debian from ejecting the CD-ROM during install
  • 2006-Sep-22: CD-ROM multi-drive sarge installation
  • diff --git a/markdown/2006-11-15-getting-network-manager-to-forget.md b/markdown/2006-11-15-getting-network-manager-to-forget.md new file mode 100644 index 0000000..040a6c0 --- /dev/null +++ b/markdown/2006-11-15-getting-network-manager-to-forget.md @@ -0,0 +1,8 @@ + + + + + +I made the mistake of associating with the access point in the hotel across the street from the office once to do some testing. From then on, network-manager seemed to prefer that AP, perhaps because the office APs have security enabled. There doesn’t seem to be a UI to make it forget that it likes a certain network. To do so, run gconf-editor and navigate to /system/networking/wireless/networks. SSIDs are folders within this; navigate into the one you want to forget and unset all the keys inside it. + + diff --git a/markdown/index.md b/markdown/index.md index ca7c21c..73bae07 100644 --- a/markdown/index.md +++ b/markdown/index.md @@ -39,6 +39,7 @@ 1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html) 1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html) 1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html) +1. 2006-Nov-15: [Getting network-manager to forget](2006-11-15-getting-network-manager-to-forget.html) 1. 2006-Oct-30: [X got jumpy during my Dapper -> Edgy upgrade](2006-10-30-x-got-jumpy-during-my-dapper-edgy-upgrade.html) 1. 2006-Sep-23: [Stopping Debian from ejecting the CD-ROM during install](2006-09-23-stopping-debian-from-ejecting-the-cdrom-during-install.html) 1. 2006-Sep-22: [CD-ROM multi-drive sarge installation](2006-09-22-cdrom-multi-drive-sarge-installation.html)