Networking Forums

Networking Forums > Computer Networking > Broadband > D-Link 604+ Advanced Filtering & Firewall

Reply
Thread Tools Display Modes

D-Link 604+ Advanced Filtering & Firewall

 
 
Mike
Guest
Posts: n/a

 
      11-10-2003, 08:54 AM
Has anyone actually got the filtering on the DLink 604+ to work.

I was told by DLink support that all rules are applied equally and not
in any specific order. The documentation supplied with the product is
very poor.

If anyone has any ideas on how to apply some simple rules to open up
specific ports, it would be greatly appreciated.

Thanks,

Mike
 
Reply With Quote
 
 
 
 
BitsAndBobs
Guest
Posts: n/a

 
      11-10-2003, 11:32 AM

"Mike" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) m...
> Has anyone actually got the filtering on the DLink 604+ to work.
>
> I was told by DLink support that all rules are applied equally and not
> in any specific order. The documentation supplied with the product is
> very poor.
>
> If anyone has any ideas on how to apply some simple rules to open up
> specific ports, it would be greatly appreciated.


I`ve managed to suss how to route specific ports to specific Ip ranges on my
LAN, I used the "Virtual Server" Rules..


 
Reply With Quote
 
smith
Guest
Posts: n/a

 
      11-10-2003, 01:01 PM

> > Has anyone actually got the filtering on the DLink 604+ to work.
> >
> > I was told by DLink support that all rules are applied equally and not
> > in any specific order. The documentation supplied with the product is
> > very poor.
> >
> > If anyone has any ideas on how to apply some simple rules to open up
> > specific ports, it would be greatly appreciated.

>
> I`ve managed to suss how to route specific ports to specific Ip ranges on

my
> LAN, I used the "Virtual Server" Rules..
>


i found this out from ringning their customer services. but load balancing,
i do not think the actual thing supports it, cos its never done it for my
LAN and i seem to keep most of it for DC++ with my house m8s complaining
around me


 
Reply With Quote
 
Mike
Guest
Posts: n/a

 
      11-12-2003, 06:25 PM
(E-Mail Removed) (Mike) wrote in message news:<(E-Mail Removed) om>...
> Has anyone actually got the filtering on the DLink 604+ to work.
>
> I was told by DLink support that all rules are applied equally and not
> in any specific order. The documentation supplied with the product is
> very poor.
>
> If anyone has any ideas on how to apply some simple rules to open up
> specific ports, it would be greatly appreciated.
>
> Thanks,
>
> Mike


Finally managed to sort this one, no help from DLink support who
advised using port forwarding.

I set "IP Filter State" to enabled and "If Not Matched" to Block,
which basically blocked all traffic to my router.

I then applied the rules I required.

The example rules below allow WWW access. (port 80 = WWW and port 53 =
DNS.)
Source Destination
1 enabled WWW_IN Pass ISP1 TCP 0.0.0.0/0 80 80
192.168.0.0/24 0 0

2 enabled WWW_OUT Pass ethernet TCP 192.168.0.0/24 0 0 0.0.0.0/0
80 80

3 enabled DNS_IN Pass ISP1 TCP 0.0.0.0/0 53 53
192.168.0.0/24 0 0

4 enabled DNS_OUT Pass ethernet TCP 192.168.0.0/24 0 0 0.0.0.0/0
53 53

5 enabled DNS_IN Pass ISP1 UDP 0.0.0.0/0 53 53
192.168.0.0/24 0 0

6 enabled DNS_OUT Pass ethernet UDP 192.168.0.0/24 0 0 0.0.0.0/0
53 53

0.0.0.0/0 = All IP addresses
192.168.0.0/24 = Internal IP addresses
ISP1 = Inward(source is the internet and destination is your network)
ethernet= Outward(source is your network and destination is the
internet)

You must create an inward and outward rule for each port & protocol
you wish to allow.

Rule 1. Inward: Allow from any IP address on specific port to Internal
IP addresses.
Rule 2. Outward: Allow from any internal ip address to any IP address
on specific port.

This seemed to work for me. As I opened other ports and IP addresses
the machines behind the firewall could use the services the newly
added rules applied to.

This probably all sounds obvious to people used to working with
firewalls but when you get one of these things out of the box there is
next to no documentation or resources on line to help you.

If you spot any errors in the above please let me know.

Mike
 
Reply With Quote
 
Martin
Guest
Posts: n/a

 
      11-24-2003, 06:58 PM
(E-Mail Removed) (Mike) wrote in message news:<(E-Mail Removed). com>...
> (E-Mail Removed) (Mike) wrote in message news:<(E-Mail Removed) om>...
> > Has anyone actually got the filtering on the DLink 604+ to work.
> >
> > I was told by DLink support that all rules are applied equally and not
> > in any specific order. The documentation supplied with the product is
> > very poor.
> >
> > If anyone has any ideas on how to apply some simple rules to open up
> > specific ports, it would be greatly appreciated.
> >
> > Thanks,
> >
> > Mike

>
> Finally managed to sort this one, no help from DLink support who
> advised using port forwarding.
>
> I set "IP Filter State" to enabled and "If Not Matched" to Block,
> which basically blocked all traffic to my router.
>
> I then applied the rules I required.
>
> The example rules below allow WWW access. (port 80 = WWW and port 53 =
> DNS.)
> Source Destination
> 1 enabled WWW_IN Pass ISP1 TCP 0.0.0.0/0 80 80
> 192.168.0.0/24 0 0
>
> 2 enabled WWW_OUT Pass ethernet TCP 192.168.0.0/24 0 0 0.0.0.0/0
> 80 80
>
> 3 enabled DNS_IN Pass ISP1 TCP 0.0.0.0/0 53 53
> 192.168.0.0/24 0 0
>
> 4 enabled DNS_OUT Pass ethernet TCP 192.168.0.0/24 0 0 0.0.0.0/0
> 53 53
>
> 5 enabled DNS_IN Pass ISP1 UDP 0.0.0.0/0 53 53
> 192.168.0.0/24 0 0
>
> 6 enabled DNS_OUT Pass ethernet UDP 192.168.0.0/24 0 0 0.0.0.0/0
> 53 53
>
> 0.0.0.0/0 = All IP addresses
> 192.168.0.0/24 = Internal IP addresses
> ISP1 = Inward(source is the internet and destination is your network)
> ethernet= Outward(source is your network and destination is the
> internet)
>
> You must create an inward and outward rule for each port & protocol
> you wish to allow.
>
> Rule 1. Inward: Allow from any IP address on specific port to Internal
> IP addresses.
> Rule 2. Outward: Allow from any internal ip address to any IP address
> on specific port.
>
> This seemed to work for me. As I opened other ports and IP addresses
> the machines behind the firewall could use the services the newly
> added rules applied to.
>
> This probably all sounds obvious to people used to working with
> firewalls but when you get one of these things out of the box there is
> next to no documentation or resources on line to help you.
>
> If you spot any errors in the above please let me know.
>
> Mike


I had the same problem when I got mine - but I called D-Link's toll
free number and they were really helpful and knowledgable.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced method of filtering rogue connections Anonymous Wireless Internet 0 09-17-2010 06:31 AM
W2k8 - LAN + WAN - Windows FireWall and Advanced Security Aswin Coolsaet Windows Networking 4 06-25-2009 05:39 AM
IP address filtering in Firewall Hawk Windows Networking 1 04-02-2005 07:33 PM
D-Link 614+ MAC Filtering Ross Wireless Internet 2 03-07-2005 03:17 AM
MN-700 advanced firewall features vbnetway Broadband Hardware 0 03-07-2004 02:23 AM



1 2 3 4 5 6 7 8 9 10 11