Displaying 6 results from an estimated 6 matches for "vadtec".
2009 Jun 10
1
IPv6 range provisioning question
...sioned.
I have been following the docs provided by the link in the
/etc/sysconfig/network-scripts/ifup-ipv6 at
http://www.deepspace6.net/projects/initscripts-ipv6.html#id2801589 and using the
following configs:
/etc/sysconfig/network
NETWORKING=yes
GATEWAY=***.***.***.***
GATEWAYDEV=eth0
HOSTNAME=vadtec
NETWORKING_IPV6=yes
IPV6FORWARDING=no
IPV6_AUTOCONF=no
IPV6_AUTOTUNNEL=no
IPV6_DEFAULTDEV=eth0:1
IPV6_DEFAULTGW=2001:0470:0103:001A::1
/etc/sysconfig/network-scripts/ifcfg-eth0-1
DEVICE=eth0:1
IPV6INIT=yes
IPV6ADDR=2001:0470:0103:001A:0001:0000:0000:0000:/96
IPV6_AUTOCONF=no
IPV6_ROUTER=no
IPV6FO...
2009 Jun 12
4
IPv6 docs, howtos, descriptions
I know...google...BUT:
Does someone has good howtos, docs, descriptions, opinions in forums, or
similar things about IPv6 and "related things"?
I just think it would be a very good idea to collect some links about it...
Regards, and thank you in anticipation
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 07
1
tc filter syntax (and general noobness)
...xff match u8 0x10 0xff at nexthdr+13 flowid X:Y
uses next header+13 to go from the protocol field to the ACK bit for the
flags.)
The thing is. When I run this rule, none of the Samba traffic is being
routed to 2:50... so obviously I''m not going something right.
Thanks for your help,
Vadtec
2007 Sep 18
0
Re: LARTC Digest, Vol 31, Issue 25
...e: Tue, 18 Sep 2007 10:44:42 +0200 From: Michal Soltys
> <nozo@ziu.info> Subject: Re: [LARTC] I''m having an issue with u32
> masking To: lartc@mailman.ds9a.nl Message-ID:
> <46EF8FFA.6070707@ziu.info> Content-Type: text/plain;
> charset=ISO-8859-1; format=flowed Vadtec wrote:
>> > Is this how tc is supposed to work? Does it only match on the value it
>> > is given based on whether or not the mask matches? IE: u16 0x1a00 0x1a0f
>> > at 22 (dest port 6656 ONLY), u16 0x1a0b 0x1a0f at 22 (dest port 6667 ONLY)
>> >
>> >...
2007 Aug 30
17
Question about how TC enforces bandwidth limiting
...While I understand how/why TC enforces minimum bandwidth for a given
class, why is it that for class 100 TC is not enforcing the cap of
20kbps to traffic that it is classified at? Is there something else I
need to do to make TC also enforce arbitrary maximum limits for a given
classification?
Vadtec
2007 Sep 18
1
I''m having an issue with u32 masking
...alue it
is given based on whether or not the mask matches? IE: u16 0x1a00 0x1a0f
at 22 (dest port 6656 ONLY), u16 0x1a0b 0x1a0f at 22 (dest port 6667 ONLY)
If so, how can you match a range of ports (in my example, or a range of
anything for that matter) in tc?
Any help is greatly appreciated.
Vadtec