Pada umumnya ketika workstation menggunakan proxy maka source IP yang dikenal oleh destination ialah source IP proxy itu sendiri.
Dengan menggunakan X-Forwarding dari CLI maka source IP address dari paket akan berisi alamat IP dari ProxySG tersebut. Dengan menggunakan ini maka memungkinkan bluecoat untuk menampilkan Source IP Address dari workstation.
Untuk mengaktifkan X-Forwarding header http, login ke CLI dan melakukan perintah berikut dari console Bluecoat.
ProxySG>enable
Enable Password:
ProxySG#config t
Enter configuration commands, one per line. End with CTRL-Z.
ProxySG#(config)http add-header x-forwarded-for
ok
ProxySG#(config)exit
ProxySG#
Disable
ProxySG>enable
Enable Password:
ProxySG#config t
Enter configuration commands, one per line. End with CTRL-Z.
ProxySG#(config)http no add-header x-forwarded-for
ok
ProxySG#(config)exit
ProxySG#
No comments:
Post a Comment