Difference between revisions of "Juniper: Setting IP address"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " cli configure set interfaces me0 unit 0 family inet address 10.93.15.246/21 exit ==Pranala Menarik== * Quagga * Mikrotik * Cisco * Juniper") |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
configure | configure | ||
| − | set interfaces me0 unit 0 family inet address | + | set interfaces me0 unit 0 family inet address 192.168.122.100/24 |
| + | |||
| + | ! buat supaya bisa di ping | ||
| + | set security zones security-zone untrust interfaces me0 | ||
| + | set security zones security zone host inbound traffic system services ping | ||
| + | |||
| + | |||
| + | |||
exit | exit | ||
| + | commit | ||
| + | |||
| + | Cek | ||
| + | |||
| + | ping 192.168.122.1 | ||
Latest revision as of 20:57, 24 December 2018
cli configure
set interfaces me0 unit 0 family inet address 192.168.122.100/24
! buat supaya bisa di ping set security zones security-zone untrust interfaces me0 set security zones security zone host inbound traffic system services ping
exit commit
Cek
ping 192.168.122.1