Advertisement
Celmor

openconnect problem

Apr 5th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. [celmor@Celmor-PC ~]$ sudo openconnect https://rz-asa.hs-ulm.de
  2. [sudo] password for celmor:
  3. POST https://rz-asa.hs-ulm.de/
  4. Attempting to connect to server 141.59.47.254:443
  5. SSL negotiation with rz-asa.hs-ulm.de
  6. Connected to HTTPS on rz-asa.hs-ulm.de
  7. XML POST enabled
  8. Username:cbauer
  9. Password:
  10. POST https://rz-asa.hs-ulm.de/
  11. Got CONNECT response: HTTP/1.1 200 OK
  12. CSTP connected. DPD 0, Keepalive 0
  13. Connected tun0 as 141.59.82.238, using SSL + lzs
  14. Established DTLS connection (using GnuTLS). Ciphersuite (DTLS0.9)-(RSA)-(AES-256-CBC)-(SHA1).
  15.  
  16. [celmor@Celmor-PC ~]$ netstat -rn
  17. Kernel IP routing table
  18. Destination Gateway Genmask Flags MSS Window irtt Iface
  19. 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 tun0
  20. 0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth1
  21. 141.59.47.254 192.168.178.1 255.255.255.255 UGH 0 0 0 eth1
  22. 141.59.82.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
  23. 192.168.178.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  24.  
  25. [celmor@Celmor-PC ~]$ ping hs-ulm.de
  26. PING hs-ulm.de (141.59.37.188) 56(84) bytes of data.
  27. From Celmor-PC (141.59.82.238) icmp_seq=1 Destination Host Unreachable
  28. From Celmor-PC (141.59.82.238) icmp_seq=1 Destination Host Unreachable
  29. ^C
  30. --- hs-ulm.de ping statistics ---
  31. 0 packets transmitted, 0 received, +2 errors
  32.  
  33. [celmor@Celmor-PC ~]$ ping rz-asa.hs-ulm.de
  34. PING rz-asa.hs-ulm.de (141.59.47.254) 56(84) bytes of data.
  35. 64 bytes from 141.59.47.254 (141.59.47.254): icmp_seq=1 ttl=245 time=11.9 ms
  36. 64 bytes from 141.59.47.254 (141.59.47.254): icmp_seq=2 ttl=245 time=13.1 ms
  37. 64 bytes from 141.59.47.254 (141.59.47.254): icmp_seq=3 ttl=245 time=10.7 ms
  38. ^C
  39. --- rz-asa.hs-ulm.de ping statistics ---
  40. 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
  41. rtt min/avg/max/mdev = 10.708/11.934/13.124/0.986 m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement