Re: bridge questions

2015-12-22 Thread Nathanael Noblet
the only reason is that em1 is the only *hardware* slave? > On Dec 22, 2015, at 12:16 PM, Chuck Anderson wrote: > > Thanks, can you please show me the output of: > > ifconfig bridge0 > > ifconfig em1 > > On Tue, Dec 22, 2015 at 12:13:15PM -0700, Nathanael Noblet wro

Re: bridge questions

2015-12-22 Thread Nathanael Noblet
I’m using F23 with a bridge. These are my config files. [root@iridium gnat]# cat /etc/sysconfig/network-scripts/ifcfg-Bridge_connection_1 DEVICE=bridge0 STP=no TYPE=Bridge BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no NA

Bridge with alias interface

2015-10-21 Thread Nathanael Noblet
Hello, I'm wondering if NM can setup a bridge using an alias interface (ie eth0:0)? Nathanael ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: Different Firewall settings for different connection

2013-04-08 Thread Nathanael Noblet
NM isn't a firewall. Check out 'firewalld' whose purpose is what you describe... On 04/07/2013 05:43 AM, Malintha Adikari wrote: hi, I am researching about setting different proxy settings for different connections. I heard that NM is facilitate that feature for firewall settings. That is.. u

Re: What happens if there are two interfaces?

2013-01-01 Thread Nathanael Noblet
On 12/31/2012 05:44 AM, Timothy Murphy wrote: Nathanael Noblet wrote: "ip route" just tells me both interfaces are up, not which one is being used. Even "ifconfig", which gives the number of packets passing through each interface, is not completely conclusive. ip route

Re: What happens if there are two interfaces?

2012-12-30 Thread Nathanael Noblet
On 12/30/2012 05:52 PM, Timothy Murphy wrote: Pavel Simerda wrote: It seems to figure out that when I plug it in it's better to use the wired connection but I'm never sure. How does it decide? Currently it's based on interface type, AFAIK. What does this mean? Are you saying that ethernet

Re: What happens if there are two interfaces?

2012-12-25 Thread Nathanael Noblet
NM wouldn't have anything to do with this. I'm no expert, however I think a search on routing algorithms may help. In my mind the answer is 'it depends' if you have two routes you will have one 'default' route and unless you don't have something there saying that the packets going out would be

[PATCH] nm-device AvailableConnections properties

2012-08-03 Thread Nathanael Noblet
From: "Nathanael D. Noblet" Implements a new property that provides a list of currently available connections a device could connect to. For example if a connection for a particular wireless connection exists and that wireless connection is connectable it would show in the AvailableConnections pr