Re: How can I prevent udevd from renaming eth0 to em1

2012-10-20 Thread Tim
On Sat, 2012-10-20 at 22:41 -0400, Michael H. Warfield wrote: > Following his instructions, I ended up with this: > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="00:19:b9:13:a8:fc", NAME="eth0" Finding it hard to remember the plot, but is that rule set for matching something

Re: Blocked site -

2012-10-20 Thread Tim
Bob Goodwin: > So it looks like my ISP is what it is and I probably can't change > things without degrading the service I have now which is quite good > then it works. Their are minor glitches that I have not been able to > assign the blame for, it occasionally requires re-booting either the >

Re: How can I prevent udevd from renaming eth0 to em1

2012-10-20 Thread Digimer
A while back, I ran into a problem trying to rename interface names (details of which I no longer remember). The solution at the time was to create an empty '/etc/udev/rules.d/70-persistent-net.rules', then to make it immutable (chattr -i /etc/udev/rules.d/70-persistent-net.rules), then finally to

Re: How can I prevent udevd from renaming eth0 to em1

2012-10-20 Thread JD
On 10/20/2012 08:41 PM, Michael H. Warfield wrote: On Thu, 2012-10-18 at 10:05 -0600, JD wrote: On 10/18/2012 09:16 AM, Tim wrote: On Thu, 2012-10-18 at 08:11 -0600, JD wrote: I assure you the MAC does match the MAC of the Ethernet chipset. Looking at the quotes:.. I meant taking out some ot

Re: How can I prevent udevd from renaming eth0 to em1

2012-10-20 Thread JD
On 10/20/2012 08:41 PM, Michael H. Warfield wrote: On Thu, 2012-10-18 at 10:05 -0600, JD wrote: Made the change and rebooted. Sorry - it does not deter udev from screwing up! $ dmesg | grep em1 [6.033303] udevd[218]: renamed network interface eth0 to em1 $ cat /etc/udev/rules.d/70-persi

Re: How can I prevent udevd from renaming eth0 to em1

2012-10-20 Thread Michael H. Warfield
On Thu, 2012-10-18 at 10:05 -0600, JD wrote: > On 10/18/2012 09:16 AM, Tim wrote: > > On Thu, 2012-10-18 at 08:11 -0600, JD wrote: > >> I assure you the MAC does match the MAC of the Ethernet chipset. > >> Looking at the quotes:.. > > I meant taking out some other rules which mightn't match, so you

Re: NetworkManager causin problems with DNS settings.

2012-10-20 Thread Ed Greshko
On 10/21/2012 05:29 AM, Jim wrote: > On 10/20/2012 04:55 PM, Sam Varshavchik wrote: >> Get rid of the PEERDNS setting. > Getting rid of the PEERDNS setting did not help.. PEERDNS=, where is one of the following: yes — This interface will modify your system's /etc/resolv.conf file entries to use

Re: NetworkManager causin problems with DNS settings.

2012-10-20 Thread Jim
On 10/20/2012 04:55 PM, Sam Varshavchik wrote: Get rid of the PEERDNS setting. Getting rid of the PEERDNS setting did not help.. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: h

Re: NetworkManager causin problems with DNS settings.

2012-10-20 Thread Sam Varshavchik
Jim writes: Fedora 17 NetworkManager is changing Nameserver in resolv.conf to 192.168.1.1 my Router gateway and my setting in /etc/sysconfig/network- scripts/cfg-p128p1 (eth0) are as such. UUID="e676da02-6018-4567-8c0f-ab849ac673cb" NM_CONTROLLED="yes" HWADDR="78:E3:B5:95:98:2C" BOOTPROT

Re: NetworkManager causin problems with DNS settings.

2012-10-20 Thread Joe Zeff
On 10/20/2012 01:46 PM, Jim wrote: How do I get NM to accept the above settings ? Set /etc/resolv.conf with your DNS data, disable NM completely and let network handle things. I did that several years ago because NM insisted on blanking out my DNS settings every time I rebooted and I've nev

NetworkManager causin problems with DNS settings.

2012-10-20 Thread Jim
Fedora 17 NetworkManager is changing Nameserver in resolv.conf to 192.168.1.1 my Router gateway and my setting in /etc/sysconfig/network- scripts/cfg-p128p1 (eth0) are as such. UUID="e676da02-6018-4567-8c0f-ab849ac673cb" NM_CONTROLLED="yes" HWADDR="78:E3:B5:95:98:2C" BOOTPROTO="dhcp" DEVICE=

Re: Switch eth0 and eth1, how?

2012-10-20 Thread Bruno Wolff III
On Sat, Oct 20, 2012 at 10:48:55 -0600, JD wrote: I have since switched to using biosdevname to avoid this problem. Hi Bruno, will this survive a reboot? No. It doesn't change any configuration it just renames the interfaces. -- users mailing list users@lists.fedoraproject.org To unsubscr

Re: Blocked site -

2012-10-20 Thread Frank Cox
On Sat, 20 Oct 2012 13:22:19 -0400 Bob Goodwin - Zuni, Virginia, USA wrote: > I'm already confused. If I don't want it listening on the internet and > our LAN [eth0] on this computer where do I tell it to go? # If you want dnsmasq to provide only DNS service on an interface, # configure it as s

Re: Blocked site -

2012-10-20 Thread Bob Goodwin - Zuni, Virginia, USA
On 20/10/12 12:51, Frank Cox wrote: On Sat, 20 Oct 2012 10:30:00 -0400 Bob Goodwin - Zuni, Virginia, USA wrote: If nothing else this has been a learning experience. You could set up dnsmasq, which will cache your dns queries, saving a small amount of bandwidth but more importantly speeding thi

Re: Blocked site -

2012-10-20 Thread Frank Cox
On Sat, 20 Oct 2012 10:30:00 -0400 Bob Goodwin - Zuni, Virginia, USA wrote: > If nothing else this has been a learning experience. You could set up dnsmasq, which will cache your dns queries, saving a small amount of bandwidth but more importantly speeding things up some. -- MELVILLE THEATRE ~

Re: Switch eth0 and eth1, how?

2012-10-20 Thread JD
On 10/20/2012 08:37 AM, Bruno Wolff III wrote: On Fri, Oct 19, 2012 at 18:35:24 -0300, Fernando Cassia wrote: So... is there a way, in such situation, to manually (say, from a bash script) bring down both eth ports, and re-arrange those? (so that eth1 becomes eth0), and do so without a rebo

Re: [spam]

2012-10-20 Thread Joe Zeff
On 10/20/2012 07:22 AM, Ian Malone wrote: It's harmful and people keep doing it, in those circumstances a message to the list asking people not to do it seems justified. More so than an email complaining about the number of emails on any given subject, which is usually a self-defeating action.

Re: Switch eth0 and eth1, how?

2012-10-20 Thread Bruno Wolff III
On Fri, Oct 19, 2012 at 18:35:24 -0300, Fernando Cassia wrote: So... is there a way, in such situation, to manually (say, from a bash script) bring down both eth ports, and re-arrange those? (so that eth1 becomes eth0), and do so without a reboot?. ip link set down eth0 ip link set down eth

Re: Blocked site -

2012-10-20 Thread Bob Goodwin - Zuni, Virginia, USA
On 20/10/12 09:12, Tim wrote: Bob Goodwin: I was afraid that's what it meant and that explains some of the odd results I've been seeing when changing my dns settings. It also means that I am not getting the services I paid Opendns for which raises a question of ethics. Should Opendns have known

Re: [spam]

2012-10-20 Thread Ian Malone
On 20 October 2012 00:30, Bob Goodwin - Zuni, Virginia, USA wrote: > On 19/10/12 18:51, Matthew Miller wrote: >> >> On Fri, Oct 19, 2012 at 03:47:34PM -0700, Joe Zeff wrote: >> >> In general, quoting or not, it's best to just leave mailing list spam >> alone, >> or send an off-list message t

Re: Blocked site -

2012-10-20 Thread Tim
Bob Goodwin: > I was afraid that's what it meant and that explains some of the odd > results I've been seeing when changing my dns settings. It also means > that I am not getting the services I paid Opendns for which raises a > question of ethics. Should Opendns have known that a particular ISP

Re: Blocked site -

2012-10-20 Thread Bob Goodwin - Zuni, Virginia, USA
On 20/10/12 05:20, Tim wrote: On Sat, 2012-10-20 at 04:08 -0400, Bob Goodwin - Zuni, Virginia, USA wrote: > Ok, this is what I see. What is it telling me? > > We detected the 2 DNS servers listed below. > > WARNING: If you are connected to an anonymity/privacy service and > ANY of th

Re: Blocked site -

2012-10-20 Thread Tim
On Sat, 2012-10-20 at 04:08 -0400, Bob Goodwin - Zuni, Virginia, USA wrote: > Ok, this is what I see. What is it telling me? > > We detected the 2 DNS servers listed below. > > WARNING: If you are connected to an anonymity/privacy service and > ANY of the servers listed below are from

Re: Blocked site -

2012-10-20 Thread Bob Goodwin - Zuni, Virginia, USA
On 19/10/12 23:55, Ed Greshko wrote: On 10/19/2012 01:17 AM, Bob Goodwin - Zuni, Virginia, USA wrote: I get [using the opendns name servers again]: [bobg@box9 ~]$ dig @8.8.8.8 +short www.newegg.com 208.91.197.27 [bobg@box9 ~]$ dig @208.67.220.220 +short www.newegg.co