Tuesday, August 11, 2009

Putus Sambung Proxy Server ke Router Cisco PSJ

Putus Koneksi Proxy Server ke Router Cisco

[msmunir@nms ~]$ telnet 202.46.3.113
Trying 202.46.3.113...
Connected to 202.46.3.113.
Escape character is '^]'.


User Access Verification

Password:
Batan_IPTEKnet>enable
Password:
Batan_IPTEKnet#config t
Enter configuration commands, one per line. End with CNTL/Z.
Batan_IPTEKnet(config)#



Tambahkan "access-list 1 deny 202.46.3.114"

Batan_IPTEKnet(config)# access-list 1 deny 202.46.3.114

Lalu tambahkan juga "ip access-group 1 in"

Batan_IPTEKnet(config)#interface ethernet 1
Batan_IPTEKnet(config-if)#ip access-group 1 in

Batan_IPTEKnet(config-if)#exit
Batan_IPTEKnet(config)#

Setelah router diganti :
[msmunir@lenovo ~]$ telnet 202.46.3.113
Trying 202.46.3.113...
Connected to 202.46.3.113.
Escape character is '^]'.
C
Selamat Datang di KN Pasar Jumat Jakarta

User Access Verification

Password:
pasarjumat0>ena
Password:
pasarjumat0#config t
Enter configuration commands, one per line. End with CNTL/Z.
pasarjumat0(config)#interface fastEthernet 0/0
pasarjumat0(config-if)#ip access-group 1 in
pasarjumat0(config-if)#


Sambung Koneksi Proxy Server ke Router Cisco

[msmunir@nms ~]$ telnet 202.46.3.113
Trying 202.46.3.113...
Connected to 202.46.3.113.
Escape character is '^]'.


User Access Verification

Password:
Batan_IPTEKnet>enable
Password:
Batan_IPTEKnet#config t
Enter configuration commands, one per line. End with CNTL/Z.
Batan_IPTEKnet(config)#interface ethernet 1
Batan_IPTEKnet(config-if)#no ip access-group 1 in
Batan_IPTEKnet(config-if)#exit
Batan_IPTEKnet(config)#

Atau

Batan_IPTEKnet(config)# no acces-list 1

Test dengan PING ke 202.46.3.114 aja kalau gak percaya. Perhatian : yang diberi warna merah adalah yang utama dan penting. Dengan dengan dua perintah tersebut, koneksi bisa dengan mudah diputus dan disambung, khususnya antara Proxy Server dengan Router Cisco Kawasan. Selamat mencoba dan semoga sukses.

No comments:

Post a Comment