Displaying 8 results from an estimated 8 matches for "tcinterfaces".
2011 Apr 23
6
TC: Simple and complex configs interplay
...nly using the simple way and that''s very fine. Then again, even in
doing so, the more complex config options are available. What is the
interplay between the two as far as having some parameters configured
in both at the same time ? So far I only see that if interfaces are
configured in tcinterfaces then some priorities will be deferred when
the tcpri is used. I have re-read several times the explanation in
tcpri but can''t figure it out clearly. What would be a typical,
concerte example of this interaction ? - Thanks!
--------------------------------------------------------------...
2012 Sep 26
2
Error message starting Shorewall with TC simple enabled
...add dev eth0 protocol all prio 1 parent 1011: handle 1011 flow hash keys nfct-src divisor 1024
It fails with this error:
RTNETLINK answers: No such file or directory
We have an error talking to the kernel
All modules mentioned in http://www.shorewall.net/FAQ.htm#TC are loaded
With empty tcinterfaces it gets no error.
Content of tcinterfaces:
#INTERFACE TYPE IN-BANDWIDTH OUT-BANDWIDTH
eth0 External 3mbit 256kbit
With empty tcpri same error.
Content of tcprio:
#BAND PROTO PORT(S) ADDRESS IN-INTERFACE
HELPER...
2012 Nov 20
3
Simple Traffic Shaping Problem
Hello,
I have a problem with simple traffic shapping in shorewall, my current
configuration is:
zones
vlan10 ipv4 #
interfaces
vlan10 vlan10 detect tcpflags,routeback
shorewall.conf
TC_ENABLED=Simple
tcinterfaces
vlan10 Internal 1mbit:50kb
shorewall show tc
Device vlan10:
qdisc prio 5: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 25341476 bytes 45125 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc sfq 51: parent 5:1 limit 127p quantum 1875b flows...
2012 Sep 20
1
Debian Lenny very simple traffic shaping not working
Hi,
I am trying to do the simplest configuration of traffic shaping.
So I did:
shorewall.conf
TC_ENABLED=Simple
tcinterfaces
eth0.2 External 500kbit
tcdevices
eth0.2 500kbit 200kbit
And I am testing the speed on that interface - whether I did it ok or not,
and my speed is still 4mbit/512kbit.
So the question is - How to reduce the speed on interface connected to the
Internet?
kind reg...
2012 Jan 11
0
Shorewall 4.5.0 Beta 3
Beta 3 is now available for testing.
Problems Corrected:
1) The value ''0'' is once again accepted in the IN_BANDWIDTH columns of
tcinterfaces and tcrules, and causes no ingress policing to be
configured.
2) MARK_IN_FORWARD_CHAIN=Yes no longer generates an error when
$FW:<address> is entered in the SOURCE column of the tcrules file.
New Features:
1) The route_rules file has been renamed to ''rtrules''....
2012 Jan 11
0
Shorewall 4.5.0 Beta 3
Beta 3 is now available for testing.
Problems Corrected:
1) The value ''0'' is once again accepted in the IN_BANDWIDTH columns of
tcinterfaces and tcrules, and causes no ingress policing to be
configured.
2) MARK_IN_FORWARD_CHAIN=Yes no longer generates an error when
$FW:<address> is entered in the SOURCE column of the tcrules file.
New Features:
1) The route_rules file has been renamed to ''rtrules''....
2013 Sep 16
7
Rsync rules for Shorewall
Hi folks,
I''m having an issue with rsync between my firewall and an internal
box. It seems to be a shorewall issue (or correctly speaking, an
issue with my shorewall config) because if I disable shorewall my
rsync works fine.
And I just can''t find it documented anywhere what I need to do.
I have rules like this :
root@userver:/etc/shorewall# grep -i Rsync rules
2013 Sep 10
6
lsm configuration issues...
... free ACCEPT
loc ovh ACCEPT
fw ovh ACCEPT
sdsl all DROP info
free all DROP info
ovh all DROP info
all all REJECT info
----------------------------------------------------------------------
/etc/shorewall/tcinterfaces
----------------------------------------------------------------------
eth0 internal 1000mbit 1000mbit
eth1 external 4mbit 4mbit
tun0 internal 2mbit 1mbit
eth2 external 6mbit 796kbit
eth3 ...