Last active
February 20, 2018 21:21
-
-
Save vitiral/d869c5ac3a3625b8679fc09bdb7d6fff to your computer and use it in GitHub Desktop.
nixos help
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
[root@garrett-laptop:~]# ip addr | |
... | |
5: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1406 qdisc pfifo_fast state UNKNOWN group default qlen 500 | |
link/none | |
inet 10.249.208.187/32 scope global tun0 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::a4be:e60c:f593:2fac/64 scope link stable-privacy | |
valid_lft forever preferred_lft forever | |
[root@garrett-laptop:~]# ip route | |
default via 192.168.43.1 dev wlp3s0 proto static metric 600 | |
10.249.208.0/23 dev tun0 scope link | |
10.249.208.0/23 dev tun0 scope link metric 1 | |
192.168.43.0/24 dev wlp3s0 proto kernel scope link src 192.168.43.80 metric 600 | |
208.185.63.19 via 192.168.43.1 dev wlp3s0 src 192.168.43.80 mtu 1440 |
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
$ openconnect homebase-wbu.netapp.com/corp --user REDACTED | |
POST https://homebase-wbu.netapp.com/corp | |
Connected to 208.185.63.19:443 | |
SSL negotiation with homebase-wbu.netapp.com | |
Connected to HTTPS on homebase-wbu.netapp.com | |
XML POST enabled | |
Please enter your username and password. | |
Password: | |
Password: | |
POST https://homebase-wbu.netapp.com/ | |
Got CONNECT response: HTTP/1.1 200 OK | |
CSTP connected. DPD 30, Keepalive 20 | |
Connected as 10.249.208.187, using SSL | |
Established DTLS connection (using GnuTLS). Ciphersuite (DTLS0.9)-(DHE-RSA-4294967237)-(AES-256-CBC)-(SHA1). | |
Failed to read from SSL socket: The transmitted packet is too large (EMSGSIZE). | |
Failed to recv DPD request (1406) | |
Connect Banner: | |
| THIS SYSTEM IS RESTRICTED TO AUTHORIZED USERS FOR AUTHORIZED USE ONLY. UNAUTHORIZED ACCESS IS STRICTLY PROHIBITED AND MAY BE PUNISHABLE UNDER THE COMPUTER FRAUD AND ABUSE ACT OF 1986 OR OTHER APPLICABLE LAWS. IF NOT AUTHORIZED TO ACCESS THIS SYSTEM, DISCONNECT NOW. BY CONTINUING, YOU CONSENT TO YOUR ACTIVITIES BEING MONITORED. ALL PERSONS ARE HEREBY NOTIFIED THAT THE USE OF THIS SYSTEM CONSTITUTES CONSENT TO MONITORING AND AUDITING. |
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
[root@garrett-laptop:~]# cat /etc/resolv.conf | |
# Generated by resolvconf | |
domain hq.netapp.com | |
nameserver 10.116.36.9 | |
nameserver 10.102.76.214 | |
nameserver 192.168.43.1 | |
options edns0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before connecting
resolv.conf
ip addr
ip route
Connecting
sudo vpnc eth --debug=1
After connecting
resolv.conf
ip addr
ip route