• April 25, 2024, 07:32:46 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: vlans - what to choose?  (Read 2088 times)

marek_max

  • Level 1 Member
  • *
  • Posts: 1
vlans - what to choose?
« on: February 11, 2011, 01:54:11 AM »

Can you pls advise what should I choose from D-link NetDefend to accomplish:

- 3 vlans: 10,20,30
- route between vlan 10 - 30
- block traffic between vlans 20 - 10 and 20 - 30
- dhcp pools for each vlan
- Internet access for all vlans through a broadband connection

Logged

silver_surfer30

  • Level 3 Member
  • ***
  • Posts: 107
Re: vlans - what to choose?
« Reply #1 on: February 13, 2011, 04:48:12 AM »

You need an actve device to have vlan working on like layer 2 switch or access point with mmssid and vlan feature.
Create the objects of each vlan interfaces (vlan ip, vlan net, vlan subnet masque, vlan dhcp pool).
Create the vlan interface in the appropriate menu (interfaces/vlans)
create the dhcp for each vlan interface in the appropriate menu (system/dhcp/dhcp server)
Then create an interface group in  interface/interfaces group with all 3 vlans.
Then a group of objet using your vlan net object.
then create a nat ip rule using your interfaces group and your object group to access the internet via your broadband connection like

vlaninterfacegroup/vlanobjectgroup nat service wan1/al-nets

Then create another interface group with vlan 10 and vlan 30 and object group with vlan 10 net and vlan 30 net and create a allow ip rule like interface group vlan 10-30/objectgroup vlan 10-30  allow  interface groupe vlan 10-30/object group vlan 10-30

that should do the trick
Logged