• February 23, 2025, 01:52:51 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: limit downloads  (Read 3681 times)

denisjc

  • Level 1 Member
  • *
  • Posts: 5
limit downloads
« on: November 20, 2011, 11:10:27 PM »

hi all,

I kind of created an HTTP ALG to limit download size to 20mb; and blocked some sites and file extension types; but its not working. i have a feeling that i have not configured this right.

how do i get this rightly done?
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: limit downloads
« Reply #1 on: November 20, 2011, 11:39:21 PM »

Just to create HTTP ALG is not enouth.
On the base of this ALG you need to create custom HTTP service (TCP with destination port 80) and use this service with NAT rule before other lan_to_wan rules
Logged
BR, Alexandr Danilov

denisjc

  • Level 1 Member
  • *
  • Posts: 5
Re: limit downloads
« Reply #2 on: November 21, 2011, 01:41:31 AM »

how do i do this
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: limit downloads
« Reply #3 on: November 23, 2011, 10:36:31 AM »

Objects > ALG
Create new HTTP ALG with necessary restrictions (you've did it)

Objects > Services
Create new TCP service (ex, called http-alg) with ALG created. Set destination port to 80

Rules > IP rules > lan_to_wan
Create rule before other rules
NAT lan/lannet wan/all-nets http-alg
Logged
BR, Alexandr Danilov