Displaying 13 results from an estimated 13 matches for "increat".
Did you mean:
increae
2007 Jun 26
1
Bug#430676: xen-utils-common: network-nat increates insecure nat POSTROUTING MASQUERADE ?
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
I'm not an expert in networking but I think that the current setup when using network-nat for domains is insecure.
I've configured :
(network-script 'network-nat netdev=eth1')
(vif-script vif-nat)
So when only domain 0 is started, I get the following :
# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot
2007 Jun 27
1
Processed: your mail
Processing commands for control at bugs.debian.org:
> retitle 430676 xen-utils-common: network-nat creates insecure nat POSTROUTING MASQUERADE ?
Bug#430676: xen-utils-common: network-nat increates insecure nat POSTROUTING MASQUERADE ?
Changed Bug title to `xen-utils-common: network-nat creates insecure nat POSTROUTING MASQUERADE ?' from `xen-utils-common: network-nat increates insecure nat POSTROUTING MASQUERADE ?'.
> quit
Stopping processing here.
Please contact me if you nee...
2005 Mar 23
1
syn flood protection - inside initiated attacks
...ptables -A lan-syn-flood -m limit --limit 1/s --limit-burst 4 -j RETURN
iptables -A lan-syn-flood -j DROP
Hook it to FORWARD chain,
iptables -I FORWARD -p tcp --syn -j lan-syn-flood
But this will result in denial of service of a lot of "legitimate" traffic.
I try to increate the limits to bigger values it still does not work,
primarily my firewall is also doubling as a router across subnet
and there are a lot of traffic.
Any advise or comments ?
2008 Jun 03
6
development machine with xen on gentoo
Hi all.
We just put a relative large server in operation (for our measures ;-)
), a 4x Dual Core / Intel with 16GB Ram and a 3ware 9550SX SATA-RAID
with 4 drives. Operating system for the Dom0 is an up-to-date gentoo linux.
Everything runs really fine, there are 4 Domu''s running, 1x gentoo and
2x debian and 1x Windows Server 2003. DomU''s are running blazing fast in
normal
2006 Jan 30
5
Creating my own YUM repository
I have already 6 Centos machines here and it is getting strange
having to pull down updates to each system.
Seems like I should set up one system to pull updates and then all
other systems to point to it.
How?
Plus then I would want to add to this repository.
Say that a number of my systems use tomcat which is only available
via rpm. I would like to be able to add it to my repository, and
2013 Mar 22
1
[kde-workspace] kwin/libkdecorations: KDecorationBridge becomes private again
...thod
int decoration_bridge_version()
which returns the current bridge API version. Kde-window-decorator can
resolve this method and verify that the version is not higher than what
is supported. The version number is provided in kdecoration.h by the
define KWIN_DECORATION_BRIDGE_API_VERSION. We will increate the version
number once per release in case the bridge changed. 4.11 will have the
version number 1.
This change in behavior has been discussed and agreed in [1].
The change also unexports KDecorationBridgeUnstable. This class should
have never been exported, it was incorrect and the parent clas...
2010 Jun 03
7
about lvm filesystem...........
Sorry for my ignorance.
When I create xen virtual machines on lvm I need to create a
filesystem on lvm container?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2017 Feb 28
0
ANNOUNCE: libguestfs 1.36 released
...RFE: virt-resize should support a URL as the outdisk
https://bugzilla.redhat.com/1401474
Importing VMs from VMware is failing with error "Inspection field
'i_arch' was 'unknown'"
https://bugzilla.redhat.com/1401320
RFE: Increate virt-sysprep coverage a bit
https://bugzilla.redhat.com/1400205
Add --vdsm-compat=1.1 flag for VDSM
https://bugzilla.redhat.com/1398070
typo error in man page
https://bugzilla.redhat.com/1392798
secrets from libvirt domains are not read...
2011 Nov 18
0
Wine release 1.3.33
...es.
J?rg H?hle (2):
mmdevapi/tests: Prevent crash when device is in use.
mmdevapi/tests: Add PCM format tests.
Luca Bennati (1):
po: Update Italian translation.
Maarten Lankhorst (1):
ntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
Marcus Meissner (4):
wmc: Increate allocated size to match \0 (Coverity).
gdi32: Fixed loop end setting (Coverity).
urlmon: Fixed an array overread (Coverity).
oleaut32: Use correct variable (Coverity).
Matej ?pindler (1):
ws2_32: Test GetAddrInfo with zero port.
Matteo Bruni (6):
wined3d: Fix post-p...
2012 Jun 24
17
PCI Passthrough, Radeon 7950 and Windows 7 64-bit
Hello,
I've been consistently attempting to make the setup mentioned in the
subject work on the following hardware:
Xeon E3 1275 (v1, Sandy Bridge)
Asus P8B WS (Firmware: 0904 and 2009)
16 GB RAM
Sapphire Radeon HD 7950 OC (Firmware: 015.013.000.010.000705)
Linux 3.4.1 dom0, x86-64, pvops.
Xen 4.1.2 (+ security patch) and 4.1.3-rc1.
Old qemu-dm setup. (not new mainline qemu)
Windows 7 64-bit
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
...tuff
2. add a new ELF note to the VDSO to select a Xen-optimised libc
3. a chunk of new code in entry.S, to handle upcalls from Xen,
which in turn need to jump into other entry.S labels
4. Define a proper label for PG_owner_priv_1
5. Define a major for the Xen virtual block device
6. Increate NR_IRQ to 224 when CONFIG_PARAVIRT is enabled, even if
there's no IO APIC.
xen: Add nosegneg capability to the vsyscall page notes
xen: Add Xen interface header files
xen: Core Xen implementation
xen: Xen virtual mmu
xen: xen event channels
xen: xen time implementation
xen: xen co...
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
...tuff
2. add a new ELF note to the VDSO to select a Xen-optimised libc
3. a chunk of new code in entry.S, to handle upcalls from Xen,
which in turn need to jump into other entry.S labels
4. Define a proper label for PG_owner_priv_1
5. Define a major for the Xen virtual block device
6. Increate NR_IRQ to 224 when CONFIG_PARAVIRT is enabled, even if
there's no IO APIC.
xen: Add nosegneg capability to the vsyscall page notes
xen: Add Xen interface header files
xen: Core Xen implementation
xen: Xen virtual mmu
xen: xen event channels
xen: xen time implementation
xen: xen co...
2007 May 22
35
[patch 00/33] xen: Xen paravirt_ops implementation
...tuff
2. add a new ELF note to the VDSO to select a Xen-optimised libc
3. a chunk of new code in entry.S, to handle upcalls from Xen,
which in turn need to jump into other entry.S labels
4. Define a proper label for PG_owner_priv_1
5. Define a major for the Xen virtual block device
6. Increate NR_IRQ to 224 when CONFIG_PARAVIRT is enabled, even if
there's no IO APIC.
xen: Add nosegneg capability to the vsyscall page notes
xen: Add Xen interface header files
xen: Core Xen implementation
xen: Xen virtual mmu
xen: xen event channels
xen: xen time implementation
xen: xen co...