学内ネットワークからアクセスをするか、 SRAS VPNサービスで学内ネットワークに接続してからアクセスをしてください。
SRAS 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 service connected to SIT Campus network.
If this page is displayed even though the SRAS VPN connection is established, please try one of the following solutions.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, 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