Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Security > 2 Zones in Juniper cant comminicate between each other?

Reply
Thread Tools

2 Zones in Juniper cant comminicate between each other?

 
 
moayad moayad is offline
Junior Member
Join Date: Feb 2010
Location: Syria
Posts: 7
 
      05-04-2010
I have Juniper SRX 210 with the followoing settinmg
I have 4 security Zone
1-SQL “in interface ge/0/0/0” “172.32.232.1/24”
2-DMZ (for web server) “in interface ge0/0/1” “172.32.132.3/24”
3-Management
4-INTERNET
SQL IP 172.32.232.2/32
Eventwatch 172.32.132.3/32
I have set up the security policy from-zone DMZ to-zone SQL
As follwing
policies {
from-zone DMZ to-zone SQL {
policy PEWTOSQL {
match source-address ewentwatchserver;
destination-address SQLSERVER;
application sql-server;
}
then {
permit;
}
}
policy DDSTOSQL {
match {
source-address DDSSERVER;
destination-address SQLSERVER;
application sql-server;
}
then {
permit;
}
}

application sql-server {
protocol tcp;
destination-port 1433;
}
}



I cant communcate with these 2 Zones(SQL and DMZ)why??is there any extra configureation?
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
The Security Zone in Juniper cant communicae between each other? moayad Cisco 0 05-04-2010 06:11 AM
cant compile on linux system.cant compile on cant compile onlinux system. Nagaraj C++ 1 03-01-2007 11:18 AM
cant talk to each other peer to peer =?Utf-8?B?d2xtdW4=?= Wireless Networking 1 02-18-2007 03:37 PM
man i cant belive i cant get help please unclejesse01 DVD Video 2 04-14-2005 03:15 PM
Networking and computers who cant see each other. Chris Computer Support 2 12-02-2003 01:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57