similar to: A word about bridgeing to the wise...

Displaying 20 results from an estimated 10000 matches similar to: "A word about bridgeing to the wise..."

2007 Apr 18
4
[Bridge] [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets
Hi all, The patch below does four trivial changes and one big change Trivial changes, these are all in br_netfilter.c: - check ar_pln==4 when giving bridged ARP packets to arptables - delete unnecessary if in br_nf_local_in - add more logging for the "Argh" message - add some brag-comments in the file head comment Big change: let {ip,arp}tables see VLAN tagged {I,AR}P packets. This
2019 Dec 02
0
[ANNOUNCE] arptables 0.0.5 release
Hi! The Netfilter project presents: arptables 0.0.5 arptables is the userspace command line program used to configure the Linux 2.4.x and later ARP packet filtering ruleset. It is targeted towards system administrators. NOTE: This is a release of legacy software. Patches may still be accepted and pushed out to the git repository, which will remain active and accessible as usual
2007 Apr 18
0
[Bridge] Transparent shaper with 2.6 kernel
Hi all! I'm trying to make a transparent shaper with kernel 2.6.11 I have done this and used it many times on 2.4.25 kernel and ebtables-brnf-5_vs_2.4.25.diff On 2.4.25 I have been using U32 classifiers and HTB. On 2.6.11 even with : newserver ~ # zcat /proc/config.gz | grep -i BRIDGE_NETFILTER CONFIG_BRIDGE_NETFILTER=y newserver ~ # ls /proc/sys/net/bridge/ bridge-nf-call-arptables
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
Hi! The Netfilter project proudly presents: iptables 1.6.0 This release includes accumulated fixes and enhancements for the following matches: * ah * connlabel * cgroup * devgroup * dst * icmp6 * ipcomp * ipv6header * quota * set * socket * string and targets: * CT * REJECT * SET * SNAT * SNPT,DNPT * SYNPROXY * TEE We also got rid of the very very old MIRROR and SAME targets and the
2019 May 27
0
[ANNOUNCE] iptables 1.8.3 release
Hi! The Netfilter project proudly presents: iptables 1.8.3 iptables is the userspace command line program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted towards system administrators. See ChangeLog that comes attached to this email for more details. You can download it from: http://www.netfilter.org/projects/iptables/downloads.html
2018 Dec 03
2
[Bug 1307] New: Implement interface for 'ipv4_addr' in arptables
https://bugzilla.netfilter.org/show_bug.cgi?id=1307 Bug ID: 1307 Summary: Implement interface for 'ipv4_addr' in arptables Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at
2014 Feb 26
0
Re: bridge / ubuntu / no arp reply
2014-02-26 15:10 GMT+01:00 Laine Stump <laine@laine.org>: > On 02/26/2014 02:56 PM, Michal Privoznik wrote: > > On 25.02.2014 22:45, François Chenais wrote: > >> Hello > >> > >> I'm trying to setup a bridged guest on an ubuntu 13.10 but it doesn't > >> work. > >> > >> (Everything is ok with NAT) > >> >
2014 Feb 26
2
Re: bridge / ubuntu / no arp reply
On 02/26/2014 02:56 PM, Michal Privoznik wrote: > On 25.02.2014 22:45, François Chenais wrote: >> Hello >> >> I'm trying to setup a bridged guest on an ubuntu 13.10 but it doesn't >> work. >> >> (Everything is ok with NAT) >> >> Network sniffing shows that arp replies don't come back to the guest. >> >> >> Test 1
2018 Mar 31
0
[Bug 1239] New: Linux 3.2.0 kernel doesn't support ARPT_SO_GETINFO etc. queries any more
https://bugzilla.netfilter.org/show_bug.cgi?id=1239 Bug ID: 1239 Summary: Linux 3.2.0 kernel doesn't support ARPT_SO_GETINFO etc. queries any more Product: netfilter/iptables Version: unspecified Hardware: arm OS: other Status: NEW Severity: critical Priority: P5
2013 Jan 09
0
network not accessible through bridged interface but traffic visible
I had a major HD failure and need to rebuild my host server and the virtual servers that resided on it. I am moving from CentOS 5.6 to CentOS 6.3. I am using the same configuration, as best as I can tell, that was working only hours ago on 5.6 but does not work on 6.3. My guest server can see network traffic on the bridged network device but I cannot seem to interact with it. Iptables turned
2007 Apr 18
1
[PATCH][BRIDGE] br.c depends on CONFIG_BRIDGE_NETFILTER, not CONFIG_NETFILTER
Hi Dave, The patch below lets the bridge compile when CONFIG_BRIDGE_NETFILTER isn't enabled. This patch is an update of M.J. Miroslaw's patch that arrived through private mail. cheers, Bart --- linux-2.6.0-test10/net/bridge/br.c.old Wed Nov 26 01:28:16 2003 +++ linux-2.6.0-test10/net/bridge/br.c Wed Nov 26 01:31:54 2003 @@ -32,7 +32,7 @@ int (*br_should_route_hook) (struct sk_b
2007 Apr 18
2
[Bridge] Can bridge be 'seen' by ip6tables?
Hello! Recently,I¡¯m doing a security project based upon ipv6.I have built up a bridge to support a transparent firewall.(my system is Fedora Core 2,kernel 2.6.5).In this system ,the version of the iptables is 1.2.7,which does not support ipv6(I have tried it).Thus,I download a new version and test it. The iptables functions in bridge mode,but the ipv6 doesn't work well.In the
2008 Mar 31
3
arp who-has packets not seen in Dom0 even by tcpdump
Hi all, I''m running Xen-3.2 and linux-image-2.6.18 as Dom0 kernel on a VT-x processor. The problem is that broadcast arp who-has packets are not seen in Dom0 kernel. I''ve tried both precompiled debian kernel and compiled latest one from sources as described at http://lists.xensource.com/archives/html/xen-users/2008-01/msg00699.html There is no linux bridge invoked,
2010 Sep 09
0
Disabling iptables on bridge breaks port forwarding for NAT
Hi, Following the directions for setting up bridged networking in the red hat virtualization guide and libvirt wiki, I set the following kernel parameters to 0 on a RHEL 5.5 server. net.bridge.bridge-nf-call-ip6tables net.bridge.bridge-nf-call-iptables net.bridge.bridge-nf-call-arptables Unfortunately, doing this broke the port forwarding I'd set up for VMs on my NAT networks, e.g.
2011 Jul 15
3
CentOS 6 and KVM woes
I have decided to migrate my latest KVM server to CentOS 6.0 and am beginning to get a little frustrated with some issues that worked perfectly in 5.6. Right now I've given up on getting virbr0 and NAT to work, but now I need networking bridging to work, but nothing seems to fix the issue. I have not had much experience with troubleshooting KVM so could really use some pointers on resolving
2016 Mar 21
0
hosted VMs, VLANs, and firewalld
On 03/20/2016 08:51 PM, Devin Reade wrote: > In a CentOS 7 test HA cluster I'm building I want both traditional > services running on the cluster and VMs running on both nodes On a purely subjective note: I think that's a bad design. One of the primary benefits of virtualization and other containers is isolating the applications you run from the base OS. Putting services other
2012 Dec 26
4
CentOS 5.7 eth0, eth1 and arpwatch flip flops
Dear all, Has anyone experienced this whilst running DRBD over eth1 between two CentOS 5.7 servers? eth1 is a private IP address, unroutable. eth0 is the public address. CentOS will reply sometimes once every 3 days or every 14mins~ saying "My public IP is on eth1" to arp requests when it's not, it's eth0. This freezes traffic and causes issues. We've looked at arp*
2011 Sep 02
0
Network configuration on KVMs
In the Redhat EL6 virtualization guide ( http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/sect-Virtualization-Network_Configuration-Bridged_networking_with_libvirt.html ) I read this: # Configure iptables Configure iptables to allow all traffic to be forwarded across the bridge. # iptables -I FORWARD -m physdev --physdev-is-bridged -j ACCEPT # service iptables
2009 Jan 27
1
OT : iptables/arptables question
I have a CentOS box that acts as a packet filter/firewall with iptables but the box itself isn't able to reach internet : here why : Internet ----- public IP|ISP router|private IP ----- private IP + public IP/32 + public IP subnet/29|my CentOS fw|private network/dmz As you can see my provider gave us a /29 public ip subnet but behind a private IP subnet (192.168.X.X/24 - used for the
2014 Jun 08
0
Network Bridgeing
Hi, I have the following issue i recently installed a VM with qemu and libvirtd, everything is almost ok. The problem is that i have 5 usable IP address (valid ip address on internet) for eth0, and i want to use one of this IP for my VM (Windows 2008 Standard R2 by the way). I did the bridge between my eth0 and br0, the VM could browse into internet and download patches, etc. etc. I tried