Displaying 20 results from an estimated 5000 matches similar to: "network namespace for multiple overlapping nat networks?"
2010 Jul 05
0
Release of libvirt-0.8.2
Following Dan advice, I decided to not wait for more patches and push
the current git head as the release. Let's plan to have another release
by this month end with the QEmu debugging and hacking APIs.
The release is available as usual at ftp://libvirt.org/libvirt
Quite a lot of bug fixes during the two months since 0.8.1, and
a few new feature. It also tagged more commits as being
2017 Jun 20
0
Re: guest A from virbr0 can talk to guest B in virbr1 but not vice versa
On Tue, Jun 20, 2017 at 02:26:59AM -0400, Travis S. Johnson wrote:
>Hello,
>
>I came across an interesting problem in my home lab a few weeks ago as I'm
>prepping for my RHCE exam using Michael Jang study guide. I've been at this
>for days now, and I still can't wrap my head around how two or more virtual
>networks in default NAT configuration are even allowed to
2005 Nov 22
0
Server question - if you had ...
Yup,
Its all about the bandwidth!
Why not check out the load tests that were done by oddsock?
http://icecast.org/loadtest.php
Regards
-----Original Message-----
From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On
Behalf Of Steven Clift
Sent: 21 November 2005 4:03 PM
To: icecast@xiph.org
Subject: [Icecast] Server question - if you had ...
If you had $3,000 for a new Icecast2
2005 Jan 24
1
Your ideas ...
I am looking for ideas on how to best webcast public meetings. The
general idea is to allow folks to easily send their live or recorded
meeting audio up to a server via their browser.
My goal is to present an alternative to more expensive video webcasting
for small local government and community groups that want to "double"
their audience from 10 people a the room with a net
2005 Mar 06
1
any smart archiving examples
Is anyone out there particularly proud of their system for automated
archiving of live webcasts via Icecast? Zip me your URL and what tools
you used:
clift@publicus.net
Steve
Steven Clift - http://publicus.net - Reply to: clift@publicus.net
Join DoWire: http://dowire.org
E-Democracy: http://e-democracy.org
2005 Nov 21
4
Server question - if you had ...
If you had $3,000 for a new Icecast2 streaming server, what would you
buy?
What box, hard drives, LAN cards, etc.?
The project I am involved with is helping community groups in UK webcast
live public meetings and events. Democaster also archives Icecast
streams for on-demand streaming or download. We are focused on high
accessibility and low cost. See: http://dowire.org/wiki/Democaster
Because
2012 Sep 26
1
Inconsistent iptables forwarding rules for virtual networks?
Hi everyone.
Those are the iptables forwarding rules associated with the two virtual networks
on my machine:
-----------------------------------------------------------------------------------------
-A FORWARD -d 192.168.100.0/24 -o virbr1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.100.0/24 -i virbr1 -j ACCEPT
-A FORWARD -i virbr1 -o virbr1 -j ACCEPT
-A FORWARD -o
2005 Mar 01
1
Optimizing for voice for max users
Any thoughts about the best settings/options for streaming voice -
meeting and conference recordings - on Icecast2?
We are thinking about serving up MP3 and OGG.
Thanks,
Steven Clift
Steven Clift - http://publicus.net - Reply to: clift at publicus.net
Join DoWire: http://dowire.org
E-Democracy: http://e-democracy.org
2017 Jun 20
2
guest A from virbr0 can talk to guest B in virbr1 but not vice versa
Hello,
I came across an interesting problem in my home lab a few weeks ago as I'm
prepping for my RHCE exam using Michael Jang study guide. I've been at this
for days now, and I still can't wrap my head around how two or more virtual
networks in default NAT configuration are even allowed to communicate with
each other despite what the libvirt documentation said.
Here's the
2013 Oct 07
0
Re: Automatically assign static ipv4 via dhcp to new VMs
On 10/04/2013 12:09 PM, Tim wrote:
> Hi guys,
>
> I'm running a KVM/libvirt host in a datacenter and got a fancy IPv4
> subnet from my provider. I'm able to assign IPs from that subnet via
> dhcp to my VMs:
>
> host01 ~ # virsh net-dumpxml internet
> <network connections='3'>
> <name>internet</name>
>
2013 Oct 17
1
Re: Automatically assign static ipv4 via dhcp to new VMs
Thanks for the hint with net-update, thats exactly that what I was
looking for.
Am 07.10.2013 13:10, schrieb Laine Stump:
> On 10/04/2013 12:09 PM, Tim wrote:
>> Hi guys,
>>
>> I'm running a KVM/libvirt host in a datacenter and got a fancy IPv4
>> subnet from my provider. I'm able to assign IPs from that subnet via
>> dhcp to my VMs:
>>
>>
2013 Oct 04
2
Automatically assign static ipv4 via dhcp to new VMs
Hi guys,
I'm running a KVM/libvirt host in a datacenter and got a fancy IPv4
subnet from my provider. I'm able to assign IPs from that subnet via
dhcp to my VMs:
host01 ~ # virsh net-dumpxml internet
<network connections='3'>
<name>internet</name>
<uuid>37b888cc-510f-46f1-9246-346da96222ed</uuid>
<forward dev='enp5s0f0'
2006 May 24
0
Patches to enable logging of sftp and scp
Hi all,
Looking around for a way to turn on server side logging of files transferred
via sftp/scp, these kept-up-to-date patches cropped up:
For SFTP
http://sftplogging.sourceforge.net
For SCP
http://sweb.cz/v_t_m/ (near the bottom)
Would someone from the OpenSSH team have time/inclination enough to look at
adding these to OpenSSH itself?
Regards and best wishes,
Justin Clift
Unix
2013 Oct 09
1
RDMA status in Gluster 3.4.1 (mounts hanging)
On Tue, 8 Oct 2013 16:18:23 -0700
Shane StClair <shane at axiomalaska.com> wrote:
<snip>
> ... I'd suggest that if the resource don't exist to
> address this issue by 3.4.2 that a warning be issued when creating an RDMA
> volume, or perhaps that RDMA volume creation be disabled altogether.
We should do this. It's is a very good idea. :)
+ Justin
--
Justin
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all,
For anyone that's interested in setting up TLS with libvirt, but hasn't
gotten around to it yet, there's a decent guide on the wiki now:
http://wiki.libvirt.org/page/TLSSetup
It's user focused (ie SysAdmin's), and has lots of pics explaining
concepts, plus shows what needs to be done, and shows how to do it.
Please note, it doesn't cover SASL, it's just
2018 Mar 13
0
Re: Specify DNS and gateway for dnsmasq
On 03/13/2018 11:08 AM, Gionatan Danti wrote:
> On 13/03/2018 15:30, Michal Privoznik wrote:> The default GW depends on
> the IP address you assigned to your network:
>>
>> <ip address='192.168.122.1' netmask='255.255.255.0'/>
>>
>> This says the default GW is 192.168.122.1/24. However, you can insert
>> other routes too:
>>
2010 Dec 21
2
Anyone interested in forming a libvirt "docs" team?
Hi all,
There's a lot of documentation for libvirt that needs improving, so wondering
if anyone would be interested in forming a libvirt "docs" team to help make
that happen?
While some of the documentation needs people familiar with specific pieces
of libvirt, there's also a lot that doesn't, and just needs people with some free
time and willingness to help.
Anyone up for
2010 Sep 14
1
New wiki pages with libvirt SSH setup instructions
Hi all,
Just added some new pages to the wiki, this time covering how to
configure remote access to libvirt through SSH, not using root:
http://wiki.libvirt.org/page/SSHSetup <--- entry page
http://wiki.libvirt.org/page/SSHPolicyKitSetup
This has details for several different Linux distributions:
* RHEL 5 & 6
* Fedora 11-13
* Centos 5 & 6
* Ubuntu 10.04 Server
2018 Mar 13
2
Re: Specify DNS and gateway for dnsmasq
On 13/03/2018 15:30, Michal Privoznik wrote:> The default GW depends on
the IP address you assigned to your network:
>
> <ip address='192.168.122.1' netmask='255.255.255.0'/>
>
> This says the default GW is 192.168.122.1/24. However, you can insert
> other routes too:
>
> <route address="192.168.222.0" prefix="24"
2012 Sep 13
1
How to disable dnsmasq from starting automatically with libvirtd
Hi.
I have a machine with a local DHCP server and a couple of virtual networks and
I've configured the server for each virtual interface, so that I would be able
to install VMs on the corresponding subnets using PXE.
The problem is that the two DHCP servers (my local server and dnsmasq) are
conflicting with each other causing the boot process to either fails or takes
ages untill a VM can