Community discussions

MikroTik App
 
yelkoury
just joined
Topic Author
Posts: 16
Joined: Fri Nov 24, 2006 5:10 pm

DMZ Configuration

Thu Mar 01, 2007 4:50 pm

Hi all
I want to creat a network with three area: WAN, LAN and DMZ
my question is: witch rules should i put in the firewall to setup this configuration?
Any body have an exemple or tutorial for that?
Thx
 
User avatar
fatonk
Member
Member
Posts: 438
Joined: Tue Feb 22, 2005 11:06 am
Location: Mitrovica/Kosova

Thu Mar 01, 2007 6:13 pm

I'm not sure what do you mean by three areas, but to configure DMZ you should use the following in your firewall:

ip firewall nat add chain=dst-nat dst-address=103.x.x.x action=dst-nat to-address=192.168.1.x

If I understood you correctly.

Regards.
 
User avatar
rodyeo
newbie
Posts: 46
Joined: Thu Nov 09, 2006 10:53 am
Location: Malaysia
Contact:

Re: DMZ Configuration

Sat Mar 10, 2007 9:02 am

Dear Friend,

Well, I understand your requests on fully setting up your Router OS as a firewall box which sits in between WAN = Internet, DMZ = Server Farm and LAN = Local Network.

I did post a request on this a couple of months ago and search the wiki but no one seems to be helpful enough to guide us?

All the answers we get is "Read the Manual".... Which I think is too cryptic for a newbie to understand.

Mind you, no one have a full write out example with pictures and diagram illustration on how to setup a corporate standard firewall yet!

So, too bad we have to learn it ourselves and if you are kind enough then you may take you time to properly document it and post it at here and wikipedia.

I myself almost gave up the firewall setup thing since there is no wizard guided tool as compare to he hotspot wizard tool in RouterOS ver 2.9.xx onwards.

I might use open source linux firewall solution if I can't find anyhelp here!

Thanks anyway!

;-(

Rodney
 
User avatar
mneumark
Member
Member
Posts: 370
Joined: Thu Jun 08, 2006 7:20 am
Location: Escalon, CA
Contact:

Sat Mar 10, 2007 9:25 am

Rodney,

DMZ would be a NAT rule in the firewall settings. This is where you can configure what internal ip is linked to the public ip address(es).

When it comes to the firewall settings for the router.

INPUT - Would be for all the traffic entering your router. Which i would advise you to use the rules on the bottom of http://wiki.mikrotik.com/wiki/Securing_your_router

Forward - This would be for all the traffic coming from the internet to your pc's and the other way around. (This is where your LAN traffic would be). So if you want to block ports, p2p, or whatever this is the section in the firewall rules that you would want to setup this.

If you post what kind of things you are trying to do, we can help you more.
 
djdulee
just joined
Posts: 2
Joined: Tue Jan 15, 2013 1:46 pm

Re: DMZ Configuration

Tue Jan 15, 2013 1:52 pm

Hello,

i'm a new with MT. I would like to setup web server in my LAN which already have SQL server, Domain server and DNS,DHCP server.
My concern is security! In that mater i want to setup web server in DMZ zone with web application which will communicate ONLY with SQL server for generating reports into web pages.

I have MT750GL with one free port, two wan and two LAN are in use.
I will be grateful for help on how to setup MT.

BR
Dusan
 
djdulee
just joined
Posts: 2
Joined: Tue Jan 15, 2013 1:46 pm

Re: DMZ Configuration

Tue Jan 15, 2013 2:06 pm

Hello,

i'm a new with MT. I would like to setup web server in my LAN which already have SQL server, Domain server and DNS,DHCP server.
My concern is security! In that mater i want to setup web server in DMZ zone with web application which will communicate ONLY with SQL server for generating reports into web pages.

I have MT750GL with one free port, two wan and two LAN are in use.
I will be grateful for help on how to setup MT.

BR
Dusan