Hello Sariwati,
I have an SRX100 running 12.1X46 D45 and a sierra optus Aircard 320U but the cl-0/0/8 interface remains administrativiely down no matter what i do. can you help? i have pasted the config here
cl-0/0/8 {
modem-options {
init-command-string AT+CGDCONT=1,IP,internet;
dialin console;
}
dialer-options {
pool 1 priority 10;
}
cellular-options {
gsm-options {
select-profile profile-id 1;
}
}
}
dl0 {
description 3g-wireless;
encapsulation ppp;
unit 0 {
ppp-options {
chap;
}
family inet {
filter {
dialer Dialer-Filter1;
}
negotiate-address;
}
dialer-options {
pool 1;
dial-string 99;
}
}
}
vlan {
unit 0 {
family inet {
address 192.168.1.1/24;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop dl0.0;
}
}
protocols {
stp;
}
security {
screen {
ids-option untrust-screen {
icmp {
ping-death;
}
ip {
source-route-option;
tear-drop;
}
tcp {
syn-flood {
alarm-threshold 1024;
attack-threshold 200;
source-threshold 1024;
destination-threshold 2048;
timeout 20;
}
land;
}
}
}
nat {
source {
rule-set trust-to-untrust {
from zone trust;
to zone untrust;
rule source-nat-rule {
match {
source-address 0.0.0.0/0;
}
then {
source-nat {
interface;
}
}
}
rule rule1 {
match {
source-address 0.0.0.0/0;
destination-address 0.0.0.0/0;
}
then {
source-nat {
interface;
}
}
}
}
}
}
policies {
from-zone trust to-zone untrust {
policy trust-to-untrust {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
policy policy1 {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
}
zones {
security-zone trust {
host-inbound-traffic {
system-services {
all;
}
protocols {
all;
}
}
interfaces {
vlan.0;
fe-0/0/0.0;
}
}
security-zone untrust {
screen untrust-screen;
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
dl0.0 {
host-inbound-traffic {
system-services {
all;
}
}
}
}
}
}
}
firewall {
family inet {
dialer-filter Dialer-Filter1 {
term term1 {
from {
source-address {
0.0.0.0/0;
}
destination-address {
0.0.0.0/0;
}
}
then note;
}