Does nobody seriously care, that the traffic shaper as is, cannot process ACK packets?Side note, this specific firewall is currently unavailable, completely separate issue. Will post raw rules as soon as I get it back.
find / | grep -i ipfw
vi
cat
find ./ -name "*ipfw*"
/usr/local/etc/ipfw.rules
add 60001 pipe 10001 ip from any to any src-port any dst-port any in via fxp0add 60002 pipe 10004 ip from any to any src-port any dst-port any in via ovpns1add 60003 pipe 10003 ip from any to any src-port any dst-port any out via ovpns1add 60004 queue 10001 ip from any to any src-port any dst-port 67-68 out via fxp0add 60005 queue 10001 ip from any to any src-port any dst-port 53 out via fxp0add 60006 queue 10001 ip from any to any src-port any dst-port 123 out via fxp0add 60007 queue 10001 icmp from any to any src-port any dst-port any out via fxp0add 60008 queue 10001 ip from any to any src-port any dst-port 5201 out via fxp0add 60009 queue 10003 udp from any to any src-port 1194 dst-port any out via fxp0add 60010 queue 10002 ip from any to any src-port any dst-port any out via fxp0add 60011 queue 10000 tcp from any to any src-port any dst-port any out tcpflags ack via fxp0