Difference between revisions of "VyOS: Static Routing Sedehana"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 21: | Line 21: | ||
R1: | R1: | ||
| − | + | configure | |
| − | + | set interfaces ethernet eth1 address '192.168.122.100/24' | |
| − | + | set interfaces ethernet eth2 address '172.16.1.1/30' | |
| − | + | set interfaces ethernet eth3 address '192.168.1.1/24' | |
| + | set protocols static route 192.168.2.0/24 next-hop 172.16.1.2 distance '1' | ||
| + | commit | ||
| + | exit | ||
| − | + | Router2: | |
| − | + | ||
| − | + | configure | |
| + | set interfaces ethernet eth1 address '172.16.1.2/30' | ||
| + | set interfaces ethernet eth2 address '192.168.2.1/24' | ||
| + | set protocols static route 192.168.1.0/24 next-hop 172.16.1.1 distance '1' | ||
| + | commit | ||
| + | exit | ||
| − | |||
| − | + | ==Cek== | |
| − | |||
| − | |||
| − | + | show interfaces | |
| − | + | show configuration | |
Test | Test | ||
| Line 48: | Line 53: | ||
ping 192.168.1.1 | ping 192.168.1.1 | ||
| − | |||
==Setting Client== | ==Setting Client== | ||
Revision as of 09:10, 16 January 2019
Topologi
R1 e1 --> CLOUD nat0 e2 --> R2 e1 e3 --> LAN 192.168.1.1/24
R2 e1 --> R1 e2 e2 --> LAN 192.168.2.1/24
Konfigurasi
R1:
configure set interfaces ethernet eth1 address '192.168.122.100/24' set interfaces ethernet eth2 address '172.16.1.1/30' set interfaces ethernet eth3 address '192.168.1.1/24' set protocols static route 192.168.2.0/24 next-hop 172.16.1.2 distance '1' commit exit
Router2:
configure set interfaces ethernet eth1 address '172.16.1.2/30' set interfaces ethernet eth2 address '192.168.2.1/24' set protocols static route 192.168.1.0/24 next-hop 172.16.1.1 distance '1' commit exit
Cek
show interfaces show configuration
Test
Router1:
ping 192.168.2.1
Router2:
ping 192.168.1.1
Setting Client
LAN 1 Client:
ip 192.168.1.100/24 192.168.1.1
LAN 2 Client:
ip 192.168.2.100/24 192.168.1.1
Referensi
Pranala Menarik