学内ネットワークからアクセスをするか、 SRAS VPNサービス(Global Protect)で学内ネットワークに接続してからアクセスをしてください。
次のリンクにアクセスをして、「SRAS VPN ( Global Protect )」の接続ガイドを確認して、VPNに接続後にアクセスしてください。
次のリンクにアクセスをして、「非トンネルインターフェイス(ループバックを除く)およびIPv6トンネルインターフェイスでIPv6を無効にする」の手順をダウンロード・実行してください。
SRAS VPNに接続した状態で、コマンドプロンプトを起動し、次のコマンドを実行
C:\Users\ユーザ名> ipconfig /flushdns
SRAS VPNに接続した状態で、PowerShellを起動し、次のコマンドを実行
PS C:\Users\ユーザ名> Clear-DnsClientCache
SRAS VPNに接続した状態で、ターミナルを起動し、次のコマンドを実行
sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
SRAS VPNに接続した状態で、ターミナルを起動し、次のコマンドを実行
sudo killall -HUP mDNSResponder
Please access from SIT Campus network or acess via the SRAS VPN (Global Protect) service connected to SIT Campus network.
Go to the link below, and follow the procedure of "SRAS VPN (Global Protect)".
Go to the link below, and follow the procedure of "Disable IPv6 on nontunnel interfaces (except the loopback) and on IPv6 tunnel interface".
How to disable IPv6 or its components in Windows (Microsoft Support)
With connected to SRAS VPN (Global Protect), launch command prompt then execute following command
C:\Users\username> ipconfig /flushdns
With connected to SRAS VPN, launch PowerShell then execute following command
PS C:\Users\username> Clear-DnsClientCache
With connected to SRAS VPN, launch Terminal then execute following command
sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
With connected to SRAS VPN, launch Terminal then execute following command
sudo killall -HUP mDNSResponder