Link to home
Start Free TrialLog in
Avatar of brainskill
brainskill

asked on

Configuring Juniper NS-5GT

Hello experts,
I'am new on juniper netscreen. I have NS-5GT  and I want to put three different s networks on it.
I don't want those networks to communicate. What configuration should i do and how if it's possible ?

Best regards!
Avatar of rsivanandan
rsivanandan
Flag of India image

Yes it can be done and what purpose are you looking for ? Putting 3 networks and you don't want them to talk to each other is as equal as not connecting them at all :-)

So is it like 2 networks internal and you don't want to talk between each but go out through the third for internet or some sort ?

Please provide more information. As a basic, you can do that and you would be able to put it into 3 different network security zones (trust, untrust and dmz)

Cheers,
Rajesh
Avatar of amoldkelkar
amoldkelkar

So basically in addition to what Rajesh mentioned about 3 different zones you can have different firewall policies by which you can differentiate amongst the zones and the users you want the access to be given.
Moreover you can specifically assign the users in the respective zones while creating the entries as well.
For example:
set add trust address_1 10.205.0.1/32 host_1
set add untrust address_2 10.205.1.1/32 host_2
set add dmz address_3 10.205.2.1/32 host_3

So lets say you want to give access for host_1 to host_2 and host_2 with host_3
then the policy rules would like these,
set policy id 1 from trust to untrust host_1 host_2 any permit
set policy id 2 from untrust to dmz host_2 host_3 any permit

If the networks are remotely located then you can still keep the traffic and access separate using different kind of VPNs supported by the netscreen firewall.

-AK
Avatar of brainskill

ASKER

OK, i see but,
My architecture will be like 3 networks internal but each go out through the fourth (untrust) for internet .
It seems that I can do only 3 zones including untrust.
Oh you can even have customized zones created for yourself and then playaround with policy rules for them
For example like,
set zone name brainskill-1

So u want acces for guys bound to brainskill-1 zone to untrust then use following rule,
set policy from brainskill-1 to untrust any any any permit
Also to know how many total number of zones your ns5gt would be supporting use following cli,
get license-key

so the number of zones listed in are all the security zones that is wrt ns5gt it would be provided its in trust-untrust mode,
nat/route mode:
trust
untrust
dmz
xparent mode:
v1-trust
v1-untrust
v1-dmz

So you might want to get an additional license for few more zones from the JTAC
I don't see well. is that means I will have four zones (3 + customized) ?
How i will assigned a port to this cusomized zone ?
Sorry, I see late the last answer.
the solution is that i have to get an additionnal licence.
When you do 'get license' on the 5gt, what number does it display next to "Zones:"

Cheers,
Rajesh
I didnt get your question.
But from what i understand, there is no port dedicated to any customized zone. Not that  know. Its basically once you have separate customized zone you can have policy for those.
Before that, how many zones capability you have got on your firewall device?
Using get license-key you can find that out.

If its 6 then you probably need license for having custom zones.

But even if you have 3 predefined security zones you can still stop the access in between the users assigned to for example trust zone.
Usnig intrazone blocking traffic feature you can do so and then play around the user traffic through policy rules.
Do let me know your port question?
Any update/questions?

-AK
About port let say, i have 5 ports and i need 4 zones.
here is the display of "get licence":
Sessions:           2064 sessions
Capacity:           10 users
NSRP:               Disable
VPN tunnels:        10 tunnels
Vsys:               None
Vrouters:           3 virtual routers
Zones:              7 zones
VLANs:              10 vlans
Drp:                Enable
Deep Inspection:    Enable
Deep Inspection Database Expire Date: Disable
Signature pack:     Signature update key is missing
AV:                 Disable(0)
Anti-Spam:          Disable(0)
Url Filtering:      Disable
I am assuming that the device is in Trust-Untrust mode.
You can see it using 'get system'

So looking at your license it looks like you have 7 zones capability so that means 6 what i mentioned above plus you can have one as a custom security zone.

Now you can have, trust,untrust,dmz and customized zone as well.

Follow the cli mentioned above for creating a custom zone and a policy for that zone.

Let me know.
-AK
let's suppose this port attribution:
- trust ---- port 1
- untrust --- port 5
- dmz --- port 3
- customized zone ---- port ???
or where users from customized zone will be connected on the firewall ? shall we attribute a specific port to this customized zone ?
What OS you are using?
Hi,
I got some good info for you.

Firstly what mode you have your box in,
is it in Base mode or Advanced mode.
If its in advanced mode then you will be able to see the extra port-mode option which is "Dual-DMZ mode"  where in you can have 4 zones.
trust
untrust
DMZ
DMZ2

so this could be the ideal solution which you are looking for.

For to find the support of different modes use the following cli,
ns5gt-> exec port-mode ?
combined             change to combined mode
dmz-dual-untrust     change to dmz-dual-untrust mode
dual-dmz             change to dual-dmz mode
dual-untrust         change to dual-untrust mode
extended             change to extended mode
home-work            change to home-work mode
trust-untrust        change to trust-untrust mode

get license-key
above cli will tell you whether you have the 'extended-key' installed

Bingo
This should work out

Thanks

Let me know
-AK
here is "get system" dis^lay:
Hardware Version: 1010(0)-(00), FPGA checksum: 00000000, VLAN1 IP (0.0.0.0)
Software Version: 5.3.0r4.0, Type: Firewall+VPN
Feature: AV-K
Compiled by build_master at: Mon Jul 31 09:19:33 PDT 2006
File Name: ns5gt.5.3.0r4.0
Please try my previous post to your's recent post.

Let me know
I'am not in advanced mode. I think it could be what i'am looking for.
Extended-key is not installed
ns5gt-> exec port-mode  ?
combined             change to combined mode
dual-untrust         change to dual-untrust mode
home-work            change to home-work mode
trust-untrust        change to trust-untrust mode

ASKER CERTIFIED SOLUTION
Avatar of amoldkelkar
amoldkelkar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial