7 results
Order by date - Order by pertinence
All (7)
High-tech (7)
 
ip rule with fwmark not working in 2.6.31?
Hi, I have a setup where I do policy routing based on a mangle-table with ip rule fwmark. This worked until 2.6.30 with 2.6.31 ip rule does work eg with a source address ip rule from 1.2.3.4 lookup 1 but not with ip rule from all fwmark 0x01 lookup ...
Message posted on the December 20th, 2009 - 4:22 AM ET
Iptables or routing issue
Hello, I have a problem either with iptables or routing or any other related component. Any help to fix this issue or to give me a hint why it does not work would help. The same setup worked on older systems, but not on the openSUSE 12.2 system ...
Message posted on the November 14th, 2012 - 11:44 AM ET
Alternate route for port 80
Hi. I want to use my vpn for outgoing port 80 connections in my Debian router. My current route table: # ip route default dev ppp0 scope link 95.9.x.x dev ppp0 proto kernel scope link src 95.9.x.x 192.168.1.0/24 dev eth0 proto kernel scope ...
Message posted on the July 8th, 2012 - 1:50 PM ET
Multiple Internet connections
I have a Linux router/gateway/firewall that has two Internet connections. The main connection is symmetrical (fast upload and download), while the other connection is asymmetrical (fast download, slow upload). I've got some ideas so far - I'm ...
Message posted on the August 28th, 2011 - 6:56 PM ET
netfilter: marking IPv6 packets sends them to the wrong interface
Hello, I have a strange issue with netfilter MARK on IPv6 which I cannot explain and which I believe to be a kernel bug: If I mark outgoing IPv6 packets they appear to be transmitted via the wrong physical interface. At least multicast packets - ...
Message posted on the January 23rd, 2011 - 7:30 AM ET
Bug#534185: A better solution using policy routing?
It occurs to me that one can do better, but I am not sure how a Debian package might do the following: 1. create an additional routing table (/etc/iproute/rt_table) 2. add the default route via iodine to that table 3. add a routing policy rule to ...
Message posted on the December 7th, 2009 - 4:10 AM ET
Conditional Routing
I've a routing setup like: /sbin/ip route add table 4 default dev eth0.24 /sbin/ip rule add fwmark 1 table 4 so that whatever IPTABLES marks with 1 (-m mark --mark 1) is routed out eth0.24. What I'd like to do is fix this so that the routing is ...
Message posted on the January 14th, 2009 - 5:43 PM ET