Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
On 09/24/2015 01:59 PM, C.L. Martinez wrote: I will do some tests using openvswitch bridges to my KVM machines. One of these tests is to add a wlan0 adapter from comandline but only when this wlan0 is associated with a ssid without assign an IP. Is this posible? Usually it's not. When you

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Alvin Starr
Actually I do a similar thing. I use a VM as my home/office firewall. It works quite well and I would argue it is as secure as your standard firewall based on something like openWRT running on dedicated hardware. I also run a wireless AP in bridged mode to allow local network access on an

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
Followup On 09/24/2015 01:59 PM, C.L. Martinez wrote: https://wiki.debian.org/BridgeNetworkConnections#Bridging_with_a_wireless_NIC? They are doing an interesting Ethernet NAT with the following idea: Your wireless station has MAC "A" and IP "X" The virtual machine on the wireless station has

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread C. L. Martinez
On Thu, Sep 24, 2015 at 11:28 AM, Dmitry E. Mikhailov wrote: > Followup > > On 09/24/2015 01:59 PM, C.L. Martinez wrote: >> >> >> https://wiki.debian.org/BridgeNetworkConnections#Bridging_with_a_wireless_NIC? > > They are doing an interesting Ethernet NAT with

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
On 09/24/2015 03:21 PM, C. L. Martinez wrote: Thanks Dimitry, but I use wlan0 or eth0 to connect my laptop to different networks. I use a vm as fw and I would like to have all vms and laptop behind this fw vm guest. Another option is to assign an IP to these interfaces and natting all to this

[CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread C.L. Martinez
Hi all, Finally, I have installed openvswitch from source to two CentOS hosts: one 6.x and other 7.x. I will do some tests using openvswitch bridges to my KVM machines. One of these tests is to add a wlan0 adapter from comandline but only when this wlan0 is associated with a ssid without

[CentOS-virt] Fwd: xen-4.4.3-1 packages released

2015-09-24 Thread Keith Roberts
Forwarding this to the list as I had a problem with our domain being blacklisted: : host mail.centos.org[72.26.200.203] said: 554 5.7.1 Service unavailable; Client host [62.208.144.128] blocked using ix.dnsbl.manitu.net; Your e-mail service was detected by

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
On 09/24/2015 04:47 PM, Alvin Starr wrote: Actually I do a similar thing. Do you? I use a VM as my home/office firewall. If your laptop/server/smth is permanently wired to the internet, there's no problem to bridge this interface to the VM. But the topic starter wants to connect to the

Re: [CentOS-virt] Fwd: xen-4.4.3-1 packages released

2015-09-24 Thread Johnny Hughes
On 09/24/2015 04:11 AM, Keith Roberts wrote: > Forwarding this to the list as I had a problem with our domain being > blacklisted: > > >: > host mail.centos.org [72.26.200.203] said: 554 5.7.1 >Service unavailable;

Re: [CentOS-virt] xen-4.4.3-1 packages released

2015-09-24 Thread Keith Roberts
On 24 Sep 2015, at 14:38, Johnny Hughes wrote: > On 09/24/2015 04:11 AM, Keith Roberts wrote: >> Forwarding this to the list as I had a problem with our domain being >> blacklisted: >> >> >: >> host mail.centos.org

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Nux!
http://linux.die.net/man/8/networkmanager search for "dispatcher.d". What he wants is entirely possible AFAIK, I've done it on a Rpi (Raspbian) at home, I'm sure it can't be too hard in CentOS. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message -

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
On 09/24/2015 08:31 PM, C. L. Martinez wrote: Simple, Windows 2012 creates a virtual bridge with the same MAC address as wlan has. Ok. Windows does just the same. Thanks for the ARP table. [For ML readers - it was sent directly]. Now we know what the money are paid for :) But, I think it

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Nux!
I know people used Parprouted to help with bridging wired with wireless. Have a look at it. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "C. L. Martinez" > To: "Discussion about the virtualization on CentOS"

Re: [CentOS-virt] OT: adding a wifi adapter to openvswitch

2015-09-24 Thread Dmitry E. Mikhailov
On 09/24/2015 08:22 PM, Nux! wrote: I know people used Parprouted to help with bridging wired with wireless. Have a look at it. Somebody already automated the ARP mangling. Brilliant. I wonder if there's a way to run a script upon every NetworkManager connection event. Topic starter wrote