Paste: 64828
Author: | schrodinger |
Mode: | factor |
Date: | Thu, 17 Jun 2010 13:37:06 |
Plain Text |
[root@charade ~]# grep tun[0-9] /usr/local/etc/openvpn/openvpn_as64828.conf
dev tun1
[root@charade ~]# vtysh -c "sh ip bgp summary" | grep 828
172.22.254.52 4 64828 0 0 0 0 0 never Active
[root@charade ~]# route get 172.22.254.52
route to: 172.22.254.52
destination: 172.22.254.52
interface: tun1
flags: <UP,HOST,DONE>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
[root@charade ~]# ping -c 1 172.22.254.52
PING 172.22.254.52 (172.22.254.52): 56 data bytes
^C
--- 172.22.254.52 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
[root@charade ~]#
# tcpdump -nvvtttei tun1
00:00:38.632321 AF IPv4 (2), length 88: (tos 0x0, ttl 64, id 50595, offset 0, flags [none], proto ICMP (1), length 84)
172.22.254.53 > 172.22.254.52: ICMP echo request, id 19428, seq 0, length 64
New Annotation