search for: whirlnet

Displaying 4 results from an estimated 4 matches for "whirlnet".

Did you mean: weirdnet
2004 Mar 24
4
Does IPV6 support HTB?
I have been studying traffic control in linux these days. I became to know there are several qeueuing displines such as tbf, cbq, htp, etc. But, there isn't the comment whether they support IPv6 traffic. I got this question because there is no comment about how to connect qdisc classes with IPv6 flow using "tc filter" command, and I think the "tc filter" command
2004 Feb 01
3
Private Address Routing via Tunnels
...ve private source addresses. Somehow, I need to send only packets *from* private addresses *to* public addresses on my other network back via the IPIP tunnel. Am I right in that assumption? If so, is policy routing the way to go there, or is there some other way? Thanks, Alan -- Alan Ford * alan@whirlnet.co.uk _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jan 11
0
Multicast Routing
...ext, this is to get Apple''s Rendezvous protocol to work across multiple subnets). I thought this should be simple with multicast, but I can find zero documentation on it. The HOWTO cuts off just before the useful bit! Could anybody please shed any light? many thanks, -- Alan Ford * alan@whirlnet.co.uk _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Apr 04
2
ip addr add vs ifconfig eth0:1
A stupid question: which is recomended? I have 1 interface eth0. I need to set about 20 virtual interfaces eth0:xx on it. If I create them with ifconfig eth0:xx I see it with ifconfig and with ip addr ls. If I set it with ''ip addr add'', ifconfig don''t show them, but ''ip addr ls'' and ''route'' show them. So, which is better?