03-15-2012 02:51 PM
Hello,
When i add a static route through CLI they are added sussessfully but they are not displayed in WEB interface.??? I hope it is bug for the version but i searched in the release notes for 10.4 SRX gateways there is no such information for this type of issue.
Another issue i m facing is when i add a source address in source NAT i can't add more than 8 IP's i have such situation that i have to add 20 HOST in the source addresses to a particular destination then only source NAT with the pool specified,
Please answer my 2 questions
Solved! Go to Solution.
03-16-2012 01:07 AM
03-16-2012 03:23 PM
Hello Experts,
Anybody can help me for the static route issues, mentioned above
03-18-2012 10:44 PM
>>>When i add a static route through CLI they are added sussessfully but they are not displayed in WEB interface.???
Try refreshing the Routing >static routing page by click on the same tab or by moving to different tab. Basically, changes done from cli are not picked up in UI if you are in same page without refresh.
03-18-2012 11:18 PM
#Q2
I am able to add source address more than 8 using Web, can you please share the snapshot and the junos version to that i can help you.
03-19-2012 11:45 PM - edited 03-19-2012 11:48 PM
I tried refreshing the page and also i move to another page and i came to routing TAB but it doesnt show's me the static route
And my versionis 10.4, my question is that if i add more than 8 Nos of IP's in source NAT as a source address it does'nt accepts.
And also Adam in above thread gave me solution that create the identical rule in the same rule-set that is OK but the SRX wont accepts same rule name i have to create rule with different name.
03-20-2012 09:26 AM
With 10.2 release there is a new implementation whereby Juniper no longer limit the number of rules per rule-set and instead provide platform wide limitation of rules.
http://kb.juniper.net/InfoCenter/index?page=conten
03-22-2012 08:28 AM - edited 03-22-2012 08:40 AM
Nice to see ur reply,
From My 2 question 1 question is solved automatically,
For my 2nd question:
Is it default behaviour of SRX 10.4 OS or there is any commands that after executing it will allow me to add more than 8 subnets
03-22-2012 09:11 AM
Hi there,
This has been default behaviour for a while. I tested it out on 11.1 R4.4 and found the same issue:
pool limit-test {
##
## Warning: number of elements exceeds limit of 8
##
address {
10.0.0.0/24;
10.0.1.0/24;
10.0.2.0/24;
10.0.3.0/24;
10.0.4.0/24;
10.0.5.0/24;
10.0.6.0/24;
10.0.7.0/24;
10.0.8.0/24;
10.0.9.0/24;
}
}
What situation would you need such a wide variety of addressing in a Source NAT or Destination NAT pool? You can split it up by using rule-sets to match on the From address range and NAT according to a pool of 8 address ranges.
03-22-2012 10:50 AM
Hello,
I faced a situation that there are different PC more than 8 which are going to extranet by the same ip pool.
BUT i did nt understood ur below line??
You can split it up by using rule-sets to match on the From address range and NAT according to a pool of 8 address ranges.