Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try@try:~$ ifconfig
- eth0 Link encap:Ethernet HWaddr 14:fe:b5:b2:24:6e
- UP BROADCAST MULTICAST MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:65536 Metric:1
- RX packets:145 errors:0 dropped:0 overruns:0 frame:0
- TX packets:145 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:10225 (10.2 KB) TX bytes:10225 (10.2 KB)
- wlan0 Link encap:Ethernet HWaddr bc:77:37:c3:ee:ca
- inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0
- inet6 addr: fe80::be77:37ff:fec3:eeca/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:78 errors:0 dropped:0 overruns:0 frame:0
- TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:5804 (5.8 KB) TX bytes:16614 (16.6 KB)
- try@try:~$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 wlan0
- 192.168.2.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan0
- try@try:~$ ping www.google.com
- ^C
- try@try:~$ ping 4.2.2.2
- PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data.
- 64 bytes from 4.2.2.2: icmp_seq=1 ttl=57 time=29.1 ms
- 64 bytes from 4.2.2.2: icmp_seq=2 ttl=57 time=139 ms
- 64 bytes from 4.2.2.2: icmp_seq=3 ttl=57 time=31.4 ms
- 64 bytes from 4.2.2.2: icmp_seq=4 ttl=57 time=28.1 ms
- ^C
- --- 4.2.2.2 ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3003ms
- rtt min/avg/max/mdev = 28.185/57.181/139.956/47.805 ms
- try@try:~$ cat /etc/network/interfaces
- # interfaces(5) file used by ifup(8) and ifdown(8)
- auto lo
- iface lo inet loopback
- try@try:~$ cat /etc/resolv.conf
- search
- nameserver 130.203.201.18
- nameserver 130.203.254.218
Advertisement
Add Comment
Please, Sign In to add comment