All,
I am on a DSL line 1.5/768 and have setup prioritizing acks which works great for me. But now that I have started sharing my connection with my next door neighbor and charging him for it and he does a lot of ftp downloads. So off of my firewall I added another interface dropped the access point on that DMZ lan then the other access point in his home, they are linksys access points setup in bridging mode. Oh yeah for those that think I am doing something illegal my isp is ok with this check it out here http://www.speakeasy.net/netshare/learnmore/ I have been fooling with this for the last couple of days I would like to keep the prioritizing of the acks in place but also now want to prioritize traffic to make sure web traffic gets priority over ftp traffic. Every time I put this 2nd half in place it breaks the prioritizing of the acks. I would appreciate a helping hand on trying to get this solved this way or if any one has any other ideas that might work with prioritizing acks. This is of great concern to me because I run a hobby website and prioritizing acks have allowed my upload connection to remain steady while downloading for those of you with DSL you know what I am talking about, without this in place when you are uploading your download gets slowed to the same speed. HEEEELLLLPPPP I am pulling out my hair here lol. #Que altq on $ext_if priq bandwidth 600Kb queue { q_pri, q_def } queue q_pri priority 15 queue q_def priority 7 priq(default) pass out on $ext_if proto tcp from $ext_if to any flags S/SA keep state queue (q_def, q_pri) pass in on $ext_if proto tcp from $ext_if to any flags S/SA keep state queue (q_def, q_pri) PF & ALTQ Rocks
