daily pastebin goal
76%
SHARE
TWEET

Untitled

a guest Aug 8th, 2012 18 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [shawn@pwnie ~]% netstat -rn
  2. Kernel IP routing table
  3. Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
  4. 0.0.0.0         10.7.0.1        0.0.0.0         UG        0 0          0 eth0
  5. 10.7.0.0        0.0.0.0         255.255.254.0   U         0 0          0 eth0
  6. 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
  7. 172.16.36.0     0.0.0.0         255.255.255.0   U         0 0          0 vmnet8
  8. 192.168.3.0     192.168.3.9     255.255.255.0   UG        0 0          0 tun0
  9. 192.168.3.9     0.0.0.0         255.255.255.255 UH        0 0          0 tun0
  10. 192.168.30.0    0.0.0.0         255.255.255.0   U         0 0          0 vmnet1
  11. [shawn@pwnie ~]% sudo su -
  12. root@pwnie:~# route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.3.6
  13. SIOCADDRT: No such process
  14. root@pwnie:~# ping -c 1 192.168.3.6
  15. PING 192.168.3.6 (192.168.3.6) 56(84) bytes of data.
  16. 64 bytes from 192.168.3.6: icmp_req=1 ttl=64 time=91.8 ms
  17.  
  18. --- 192.168.3.6 ping statistics ---
  19. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  20. rtt min/avg/max/mdev = 91.814/91.814/91.814/0.000 ms
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top