D-Link Forums

The Graveyard - Products No Longer Supported => D-Link NetDefend Firewalls => Topic started by: cloniko on December 18, 2012, 03:55:16 AM

Title: DFL-210 WAN with multiple IP
Post by: cloniko on December 18, 2012, 03:55:16 AM
Hello, how to configure multiple External IP on WAN interface


I have three public IP addresses,  I can assign to the WAN interface??

as create other virtual intefaces???

How to do it


Excuse my English.
Title: Re: DFL-210 WAN with multiple IP
Post by: danilovav on December 18, 2012, 09:54:17 AM
Generally, you can assign additiona IPs as additional addresses.
To do it, first make ARP publish at Intrefaces > ARP over WAN interface.
After, make route core/additional_ip/0 at Routing > Routing tables > main. If additional IP is not from main WAN IP subnet, also make route wan/additional_net/100.

Sometimes, when separate interface is necessary, together with L2 managed swith you can assign additional IP addresses to VLAN intrefaces.
Title: Re: DFL-210 WAN with multiple IP
Post by: cloniko on December 26, 2012, 04:22:33 AM
Hello, thanks for you response, I have done the following :

Interface addresses (create new interfaces)

wan2
wan3
group_wan (wan2,wan3)

Interfaces--ARP

Mode   Interface      IP       Mac
Publish    wan         wan2     00-00-00-00-00-00
Publish    wan         wan3     00-00-00-00-00-00

Routing---Routing tables--main

Type   Interface   Network        Gateway    Local-IP    Metric
Route     core        group_wan    -               -                0
Route     wan         group_wan    -                -               100


Operates correctly, anything else I should know or improve?
Title: Re: DFL-210 WAN with multiple IP
Post by: danilovav on December 28, 2012, 10:34:47 AM
You don't need route wan/group_wan/100, core/group_wan/0 is enouth.