Dell PowerConnect J-SRX210 Hardware Guide - Page 111

time-zone America/Los_Angeles, Commit the configuration to activate it on the device.

Page 111 highlights

Chapter 16: Performing Initial Software Configuration on the J-SRX210 Services Gateway 11. Configure the default route. [edit] admin@# set routing-options static route 0.0.0.0/0 next-hop gateway 12. Configure basic security zones and bind them to traffic interfaces. [edit] admin@# set security zones security-zone untrust interfaces ge-0/0/1 13. Configure basic security policies. [edit] admin@# set security policies from-zone trust to-zone untrust policy policy-name match source-address any destination-address any application any root@# set security policies from-zone trust to-zone untrust policy policy-name then permit 14. Create a NAT rule for source translation of all Internet bound traffic. [edit] admin@# set security nat source rule-set interface-nat from zone trust admin@# set security nat source rule-set interface-nat to zone untrust admin@# set security nat source rule-set interface-nat rule rule1 match source-address 0.0.0.0/0 destination-address 0.0.0.0/0 admin@# set security nat source rule-set interface-nat rule rule1 then source-nat interface 15. Check the configuration for validity. [edit] admin@# commit check configuration check succeeds 16. Commit the configuration to activate it on the device. [edit] admin@# commit commit complete 17. Optionally, display the configuration to verify that it is correct. [edit] user@host# show system { host-name devicea; domain-name lab.device.net; domain-search [ lab.device.net device.net ]; backup-device 192.168.2.44; time-zone America/Los_Angeles; root-authentication { ssh-rsa "ssh-rsa [email protected]"; } name-server { 10.148.2.32; } services { } ntp { server 10.148.2.21; } 95

  • 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
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182

11.
Configure the default route.
[edit]
admin@#
set routing-options static route 0.0.0.0/0 next-hop
gateway
12.
Configure basic security zones and bind them to traffic interfaces.
[edit]
admin@#
set security zones security-zone untrust interfaces ge-0/0/1
13.
Configure basic security policies.
[edit]
admin@#
set security policies from-zone trust to-zone untrust policy
policy-name
match source-address any destination-address any application any
root@#
set security policies from-zone trust to-zone untrust policy
policy-name
then
permit
14.
Create a NAT rule for source translation of all Internet bound traffic.
[edit]
admin@#
set security nat source rule-set interface-nat from zone trust
admin@#
set security nat source rule-set interface-nat to zone untrust
admin@#
set security nat source rule-set interface-nat rule rule1 match
source-address 0.0.0.0/0 destination-address 0.0.0.0/0
admin@#
set security nat source rule-set interface-nat rule rule1 then source-nat
interface
15.
Check the configuration for validity.
[edit]
admin@#
commit check
configuration check succeeds
16.
Commit the configuration to activate it on the device.
[edit]
admin@#
commit
commit complete
17.
Optionally, display the configuration to verify that it is correct.
[edit]
user@host#
show
system {
host-name devicea;
domain-name lab.device.net;
domain-search [ lab.device.net device.net ];
backup-device 192.168.2.44;
time-zone America/Los_Angeles;
root-authentication {
ssh-rsa "ssh-rsa [email protected]";
}
name-server {
10.148.2.32;
}
services {
}
ntp {
server 10.148.2.21;
}
95
Chapter 16: Performing Initial Software Configuration on the J-SRX210 Services Gateway