This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Test Ping Dari PC1 Ke PC2 /// | |
PC1> ping 192.168.20.2 | |
84 bytes from 192.168.20.2 icmp_seq=1 ttl=62 time=3.703 ms | |
84 bytes from 192.168.20.2 icmp_seq=2 ttl=62 time=3.951 ms | |
84 bytes from 192.168.20.2 icmp_seq=3 ttl=62 time=3.556 ms | |
84 bytes from 192.168.20.2 icmp_seq=4 ttl=62 time=3.697 ms | |
84 bytes from 192.168.20.2 icmp_seq=5 ttl=62 time=3.385 ms | |
/// Test Ping Dari PC2 Ke PC1 /// | |
PC2> ping 192.168.10.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// IP Address Pada PC1 /// | |
PC1> show ip | |
NAME : PC1[1] | |
IP/MASK : 192.168.10.2/24 | |
GATEWAY : 192.168.10.1 | |
DNS : 192.168.10.1 | |
MAC : 00:50:79:66:68:00 | |
LPORT : 10020 | |
RHOST:PORT : 127.0.0.1:10021 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Konfigurasi Static Routing di M-CHR1 /// | |
[admin@M-CHR1] > ip route add dst-address=192.168.20.0/24 gateway=10.10.10.2 | |
[admin@M-CHR1] > ip route print | |
Flags: X - disabled, A - active, D - dynamic, | |
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, | |
B - blackhole, U - unreachable, P - prohibit | |
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE | |
0 ADS 0.0.0.0/0 110.10.20.1 1 | |
1 ADC 10.10.10.0/30 10.10.10.1 Tunnel12 0 | |
2 ADC 110.10.20.0/29 110.10.20.4 ether1 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Koneksi Tunnel M-CHR1 ke Tunnel M-CHR2 /// | |
[admin@M-CHR1] > ping 10.10.10.2 | |
SEQ HOST SIZE TTL TIME STATUS | |
0 10.10.10.2 56 64 3ms | |
1 10.10.10.2 56 64 1ms | |
sent=2 received=2 packet-loss=0% min-rtt=1ms avg-rtt=2ms max-rtt=3ms | |
/// Koneksi Tunnel M-CHR2 ke Tunnel M-CHR1 /// | |
[admin@M-CHR2] > ping 10.10.10.1 | |
SEQ HOST SIZE TTL TIME STATUS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// IP Address Pada M-CHR1 /// | |
[admin@M-CHR1] > ip address add address=192.168.10.1/24 interface=ether2 | |
[admin@M-CHR1] > ip address add address=10.10.10.1/30 interface=Tunnel12 | |
[admin@M-CHR1] > ip address print | |
Flags: X - disabled, I - invalid, D - dynamic | |
# ADDRESS NETWORK INTERFACE | |
0 D 110.10.20.4/29 110.10.20.0 ether1 | |
1 192.168.10.1/24 192.168.10.0 ether2 | |
2 10.10.10.1/30 10.10.10.0 Tunnel12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Cek IP Address Pada Router /// | |
[admin@M-CHR2] > ip address print | |
Flags: X - disabled, I - invalid, D - dynamic | |
# ADDRESS NETWORK INTERFACE | |
0 D 120.30.40.13/29 120.30.40.8 ether1 | |
// Cek IP Route Pada Router /// | |
[admin@M-CHR2] > ip route print | |
Flags: X - disabled, A - active, D - dynamic, | |
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Cek IP Address Pada Router /// | |
[admin@M-CHR1] > ip address print | |
Flags: X - disabled, I - invalid, D - dynamic | |
# ADDRESS NETWORK INTERFACE | |
0 D 110.10.20.4/29 110.10.20.0 ether1 | |
// Cek IP Route Pada Router /// | |
[admin@M-CHR1 > ip route print | |
Flags: X - disabled, A - active, D - dynamic, | |
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Test PING M-CHR1 To M-CHR2 /// | |
[admin@M-CHR1] > ping 120.30.40.13 | |
SEQ HOST SIZE TTL TIME STATUS | |
0 120.30.40.13 56 63 1ms | |
1 120.30.40.13 56 63 1ms | |
2 120.30.40.13 56 63 1ms | |
3 120.30.40.13 56 63 1ms | |
sent=4 received=4 packet-loss=0% min-rtt=1ms avg-rtt=1ms max-rtt=1ms | |
/// Test PING M-CHR2 To M-CHR1 /// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Membuat Interface EOIP di M-CHR1 /// | |
[admin@M-CHR1] > interface eoip add name=Tunnel12 remote-address=120.30.40.13 tunnel-id=0 | |
[admin@M-CHR1] > interface eoip print | |
Flags: X - disabled, R - running | |
0 R name="Tunnel12" mtu=auto actual-mtu=1458 l2mtu=65535 mac-address=FE:6F:C2:64:6B:42 | |
arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off | |
loop-protect-send-interval=5s loop-protect-disable-time=5m local-address=0.0.0.0 | |
remote-address=120.30.40.13 tunnel-id=0 keepalive=10s,10 dscp=inherit | |
clamp-tcp-mss=yes dont-fragment=no allow-fast-path=yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Membuat Interface Bridge Pada M-CHR1 /// | |
[admin@M-CHR1] > interface bridge add name=bridge1 | |
[admin@M-CHR1] > interface bridge print | |
Flags: X - disabled, R - running | |
0 R name="bridge1" mtu=auto actual-mtu=1500 l2mtu=65535 arp=enabled arp-timeout=auto | |
mac-address=4A:C4:B5:3E:5F:6D protocol-mode=rstp fast-forward=yes igmp-snooping=no | |
auto-mac=yes ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s | |
transmit-hold-count=6 vlan-filtering=no dhcp-snooping=no | |
/// Memasukkan Interface "ether2" dan "Tunnel12" ke "bridge1" di M-CHR1 /// |
NewerOlder