• April 15, 2024, 10:22:41 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: How to create a second network in DFL-260  (Read 8568 times)

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
How to create a second network in DFL-260
« on: August 17, 2011, 12:24:48 PM »

I need to manage two networks in a DFL-260. The default network is 192.168.0.0, and this networks works fine. But, i need to create a second network (192.168.0.0), and this two networks must be connected. In linux, i create a route (route add -net 192.168.0.0 netmask 255.255.255.0 eth1).
I try to create a vlan (vlan name vlan 10, vlan id 10, ip vlan 192.168.0.1, network 192.168.0.0/24, gateway 192.168.0.1), but i can't connect this two networks.
I try to seek in google, but i can't find help.
I'm waiting your response...
Logged

scrubsguy

  • Level 2 Member
  • **
  • Posts: 79
  • Blame it on the guy who can't speak english
    • NTCS
Re: How to create a second network in DFL-260
« Reply #1 on: August 18, 2011, 01:11:40 AM »

does it have to be the the same IP range?
Logged
skype me! pietta09

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
Re: How to create a second network in DFL-260
« Reply #2 on: August 18, 2011, 07:14:38 AM »

Ohh, i'm sorry.
Original segment is 192.168.1.0/24
New segment is 192.168.0.0/24
Logged

scrubsguy

  • Level 2 Member
  • **
  • Posts: 79
  • Blame it on the guy who can't speak english
    • NTCS
Re: How to create a second network in DFL-260
« Reply #3 on: August 18, 2011, 11:04:44 PM »

ok .. obviously you have created one network and it working... but do you want you second network to use the same internet,firewall rules etc?.... sorry for all the questions but want to make sure i give the correct sollution
Logged
skype me! pietta09

scrubsguy

  • Level 2 Member
  • **
  • Posts: 79
  • Blame it on the guy who can't speak english
    • NTCS
Re: How to create a second network in DFL-260
« Reply #4 on: August 18, 2011, 11:30:27 PM »

just thought about it..... ???  are you running 2 seprte networks... with 2 diff servers?  if so... does each server have more than 1 NIC ? then in that manner it will take mere seconds to sort out your issue...... check the image
Logged
skype me! pietta09

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
Re: How to create a second network in DFL-260
« Reply #5 on: August 23, 2011, 10:36:59 AM »

I want to manage two separed networks.
Network 1: Servers.
Network 2: Users.
This two networks must to share Internet, firewall, and any other thing.
Logged

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
Re: How to create a second network in DFL-260
« Reply #6 on: August 23, 2011, 10:51:12 AM »

I'm thinking that image looks fine. i't can be a good option.

Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: How to create a second network in DFL-260
« Reply #7 on: August 23, 2011, 07:56:19 PM »

If you need to separate networks physically, you can use different interfaces for each network (ex, LAN and DMZ) or VLAN
In this case, DHCP is possible for each network from DFL

If you need just add one more network into your LAN segment add additional IP thru ARP publish and make Allow rules between networks under LAN interface
Logged
BR, Alexandr Danilov

scrubsguy

  • Level 2 Member
  • **
  • Posts: 79
  • Blame it on the guy who can't speak english
    • NTCS
Re: How to create a second network in DFL-260
« Reply #8 on: August 23, 2011, 10:02:26 PM »

there is 4 ways to do what you want to do...  but 2 main options... hardware or software
Logged
skype me! pietta09

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
Re: How to create a second network in DFL-260
« Reply #9 on: August 24, 2011, 04:31:43 AM »

Networks 1 and Network 2 are separated and each network have a own switch. My idea is connect networks in a router. When I tried with VLAN, i can't connect this two networks.
Please forgive me because my english is'n good.
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: How to create a second network in DFL-260
« Reply #10 on: August 24, 2011, 07:31:31 PM »

Let's use one of LAN ports as VLAN

Objects > Address book > InterfaceAddresses
Add objects
vlan2_ip = 192.168.0.1 # additional IP for DFL
vlan2net = 192.168.0.0/24

Interfaces > VLAN
Add VLAN interface, ex vlan2 using vlan2_ip and vlan2net

Interfaces > Switch management
Change one of ports to use vlan2
Connect your additional switch to this port

Rules > IP rules
# allow traffic between networks
Allow lan/lannet vlan2/vlan2net all_services
Allow vlan2/vlan2net lan/lannet all_services
# simple allow internet for additional network
NAT vlan2/vlan2net wan/all-nets all_services

If you had other LAN-related rules (ex, DNS relay) make copy for vlan2 or change existing rules to use interface/subnet groups
Logged
BR, Alexandr Danilov

scrubsguy

  • Level 2 Member
  • **
  • Posts: 79
  • Blame it on the guy who can't speak english
    • NTCS
Re: How to create a second network in DFL-260
« Reply #11 on: August 24, 2011, 11:23:03 PM »

Did this work ?
Logged
skype me! pietta09

coyotedemon

  • Level 1 Member
  • *
  • Posts: 6
Re: How to create a second network in DFL-260
« Reply #12 on: August 25, 2011, 04:58:56 AM »

I can't find Interfaces -> Switch management.
I tried without this option, but nothing happends.
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: How to create a second network in DFL-260
« Reply #13 on: August 25, 2011, 01:06:16 PM »

Hmm.. Sorry, i've think you have DFL-260E
In this case, you dont need create VLAN, use DMZ interface and dmz* objects
If this interface is used, you need managed switch (L2)
Or, if both previous are not possible, but possible to mix networks in the same L2 segment, let me know, it's little bit different
Logged
BR, Alexandr Danilov