Displaying 20 results from an estimated 140 matches similar to: "Variables within Manifests question"
2007 Apr 18
1
[Bridge] help setting up a linux bridge with spanning tree to allow multiple vlans accross multiple uplinks
For easy reading: http://www.karthaus.nl/r/
Hi,
We used to have 1 single ip range (1.1.1.0/24) that had one uplink to a =
switch of the colocation provider.
Recently we got a second range 2.2.2.0/24 and a redundant uplink =
directly on two routers. But our switch does not have spanning tree =
protocol support so we cannot use them redundantly.
We have set up the switch to have a vlan for both
2013 May 17
1
PF + gif + ipsec + racoon + routing problems results in insecure ipsec vpn
Hi everyone,
I wrote up a post on the FreeBSD forums about the issue I am having. It's rather long so I am providing a link to it here: http://forums.freebsd.org/showthread.php?t=39595
In summary, it seems that when the packets are routed in to the gateway from local network hosts, the src and dst addresses are changed to the public IPs of the tunnel -- at least from the perspective of the
2003 May 07
1
Problem with third link in multiple uplink configuration
Hello!
I have access server with 4 uplinks (nice, huh?). I ran RedHat 7.3.
Yesterday I did an upgrade to RedHat 9.
After upgrade Linux says the third link is bad:
# ip route show
2.2.2.0/30 dev eth2 scope link src 2.2.2.2
4.4.4.0/30 dev eth4 scope link src 4.4.4.4
3.3.3.0/29 dev eth3 scope link src 3.3.3.3
1.1.1.0/28 dev eth1 scope link src 1.1.1.1
10.1.1.0/24 dev eth0 scope link
2014 Oct 07
3
OT - httpd/conf.d include questions - allowing only some addresses
My web searching is not finding out the answers to this, so I turn to
you all here.
I am trying to NOT modify my httpd/conf/httpd.conf file, and only make
changes via includes. I have done that with a 00-init.conf where I set
things like servername and serveradmin. Now I want to move my allow and
denies to a 01-allow.conf include. I tried:
<Directory "/var/www/html">
2002 Dec 18
1
Half-Life OpenGL-Problem
hi
after I updated Half-Life to 1.1.1.0 it didn't worked in openglmode anymore.
it says that the opengl-mode isn't supported.
the libGL and libGLcore-libs are correctly linked and opengl is activated in
wine.
i use the latest cvs-version of wine and nvidia 4191.
when i try to run in software-mode i only can hear the sounds of half-life but
i see the menu.
when i try to run in
2007 Mar 15
4
xen hotplug scripts not working
Hello Everyone,
I have set up a xen server with 10 physical network devices using the bridge mode of XEN. This is because I want to split and separate the network traffic for security reasons. Maybe the best way is to use pci back hide. But I want to understand what is going on here.
For all testings I have only activated eth[0-3].
My first tests were successful. I have created a VM using
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
Hi!
The Netfilter project proudly presents:
nftables 0.8
This release contains new features available up to the (upcoming)
Linux 4.14 kernel release:
* Support for stateful objects, these objects are uniquely identified by
a user-defined name, you can refer to them from rules, and there is a
well established interface to operate with them, eg.
# nft add counter filter test
2005 Jun 28
1
Help - Firewall/Router Configuration
Hi All,
I am hoping someone can help me with a project I am doing at work. I warn
you in advance that this will be a long post, but I wanted to provide as
much information as I could to explain what was going on. Any help would be
very much appreciated and welcomed as my boss would like to see this up and
running this week. I have been scouring various
documents on advanced routing for a
2005 May 09
2
Re: APPDB: Half-Life and Counter-Strike with WINE
Hiji wrote:
>--- "David F. Colwell" <dfcolwell@dfcolwell.com>
>wrote:
>
>
>>Hiji et al,
>>
>>Couldn't find Half-Life or Counter-Strike in the DB
>>yet they returned...
>>
>>Submitted version rejected
>>
>>
>>
>-------------------------------------------------------
>
>
>>The version you
2007 Mar 27
2
network redundancy via two nics, two routers?
Hi List,
I'm trying to configure two switches to provide redundancy (i.e. in
case one switch goes down), and am wondering if there is a standard
way to configure a CentOS box to use different gateways in a bonded
interface, depending upon which physical nic is being used?
A bit more detail might help answer the "And why do you want to do
that?" questions...
- Switch 1,
2016 May 30
2
[Bug 1070] New: NETMAP "to" address is not separated from previous output while listing NAT rules
https://bugzilla.netfilter.org/show_bug.cgi?id=1070
Bug ID: 1070
Summary: NETMAP "to" address is not separated from previous
output while listing NAT rules
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: All
Status: NEW
Severity: blocker
Priority: P5
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
https://bugzilla.netfilter.org/show_bug.cgi?id=888
Summary: Assertion errors attempting a statement which (I
believe) is grammatically correct.
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Fedora
Status: NEW
Severity: normal
Priority: P5
Component: nft
2018 Jan 16
0
Squid + wccp + firewalld
Hi Everyone,
I'm trying to get squid + wccp on a Centos 7 box working with a Cisco
router. I've done this before several times using Centos 6 and
iptables, but never on Centos 7 with firewalld.
I've searched far and wide for clear, concise instructions on how to do
what I want in Centos 7. I've pieced together what I've found to come
up with what I thought should work.
2002 Sep 01
1
Half-Life, hanging on "loading" screen (singleplayer)
Hi,
I installed Half-Life via wine on to boxes today, one with a Voodoo3 and one
with a TNT-2, everything went fine, upgraded to the newst Half-Life Version
(1.1.1.0). Now: On the Voodoo3 box, I can play singleplayer, works like charm
(maybe a bit choppy sometimes, but that's barable.
On the TNT-2 box, when I go singleplayer, after "Loading..." wine gives "wine:
Unhandled
2008 Jan 21
0
Question: Rate Limiting Per Subnet
If I do something like this:
========================================================================
==
tc qdisc add dev eth1 root handle 1: htb default 12
tc class add dev eth1 parent 1: classid 1:1 htb rate 25mbit ceil 27mbit
tc class add dev eth1 parent 1:1 classid 1:11 htb rate 5mbit ceil 7mbit
tc class add dev eth1 parent 1:1 classid 1:12 htb rate 25mbit ceil
27mbit
tc filter add dev eth1
2010 Oct 13
0
pxelinux - how to direct client to find source files for pxe loading
I've got a Fedora 13 box that I am using as a pxe server to pxe load
client machines. Using dhcp, tftp, and http I have been able to
succesfully pxe load clients. However I am now trying to serve up
multiple images via a menu, and not having any luck in configuring my
pxelinux.cfg/default file to direct clients to the appropriate source
repositories. I do have the pxelinux.cfg/default file
2015 Jan 14
0
[PATCH] VMCI: Fix two UVA mapping bugs
From: Jorgen Hansen <jhansen at vmware.com>
(this is a resend of this patch. Originally sent last year, but post
appears to have been lost)
This change fixes two bugs in the VMCI host driver related to mapping
the notify boolean from user space into kernel space:
- the actual UVA was rounded up to the next page boundary - resulting
in memory corruption in the calling process whenever
2015 Feb 19
0
[PATCH] VMCI: Check userland-provided datagram size
Ensure that the size filled in by userland in the datagram header
matches the size of the buffer passed down in the IOCTL. Note that we
account for the size of the header itself in the check.
Acked-by: Jorgen Hansen <jhansen at vmware.com>
Acked-by: Aditya Sarwade <asarwade at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
Reported-by: David Ramos <daramos at
2015 Jan 14
0
[PATCH] VMCI: Fix two UVA mapping bugs
From: Jorgen Hansen <jhansen at vmware.com>
(this is a resend of this patch. Originally sent last year, but post
appears to have been lost)
This change fixes two bugs in the VMCI host driver related to mapping
the notify boolean from user space into kernel space:
- the actual UVA was rounded up to the next page boundary - resulting
in memory corruption in the calling process whenever
2015 Feb 19
0
[PATCH] VMCI: Check userland-provided datagram size
Ensure that the size filled in by userland in the datagram header
matches the size of the buffer passed down in the IOCTL. Note that we
account for the size of the header itself in the check.
Acked-by: Jorgen Hansen <jhansen at vmware.com>
Acked-by: Aditya Sarwade <asarwade at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
Reported-by: David Ramos <daramos at