login as: root
root@192.168.46.88's password:
Willkommen am Debian CS-Server IPC :-)
IPC Befehle : ipc : i
CCcam Befehle : cccam : c
OScam Befehle : oscam : o
NewCS Befehle : newcs : n
Camd3 Befehle : camd3 : c3
sBox Befehle : sbox : s
OSEmu Befehle : osemu : oe
Last login: Mon Sep 28 17:18:04 2015 from workstation.lan
root@POPO ~ > [COLOR=#ff0000]ping www.google.de[/COLOR]
PING www.google.de (173.194.116.151) 56(84) bytes of data.
64 bytes from fra02s28-in-f23.1e100.net (173.194.116.151): icmp_seq=1 ttl=50 tim e=14.7 ms
64 bytes from fra02s28-in-f23.1e100.net (173.194.116.151): icmp_seq=2 ttl=50 tim e=12.3 ms
64 bytes from fra02s28-in-f23.1e100.net (173.194.116.151): icmp_seq=3 ttl=50 tim e=13.4 ms
^C
--- www.google.de ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 12.342/13.526/14.767/0.995 ms
root@POPO ~ > [COLOR=#ff0000]cat /etc/resolv.conf[/COLOR]
nameserver 192.168.46.1
nameserver 8.8.8.8
root@POPO ~ > [COLOR=#ff0000]cat /etc/network/interfaces[/COLOR]
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.46.88
netmask 255.255.255.0
network 192.168.46.0
broadcast 192.168.46.255
gateway 192.168.46.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.46.1 8.8.8.8
root@POPO ~ > [COLOR=#ff0000]traceroute www.google.de[/COLOR]
traceroute to www.google.de (173.194.116.152), 30 hops max, 60 byte packets
1 OpenWrt.lan (192.168.46.1) 0.336 ms 0.358 ms 0.423 ms
2 192.168.1.1 (192.168.1.1) 0.873 ms 0.979 ms 1.107 ms
3 10.140.64.1 (10.140.64.1) 6.719 ms 10.201 ms 9.994 ms
4 1413g-lalala (x.y.z.41) 10.095 ms 10.034 ms 10.053 ms
5 x.y.z.42 (84.bah.ne.42) 25.379 ms 16.263 ms 16.232 ms
6 x.y.z.149 (84.le.132.149) 16.728 ms 84.116.lu.186 (84.116.y.186) 15.333 ms 15.254 ms
7 bla.blub.219.9 (la.14.219.9) 15.286 ms 15.217 ms 14.571 ms
8 jo.ne.56.20 (216.y.56.20) 14.016 ms 15.750 ms 13.855 ms
9 x.y.94.69 (66.249.x.69) 13.857 ms 12.872 ms 19.865 ms
10 frablafoobar02s28-in-f24.x.net (173.194.x.y) 16.145 ms 11.940 ms 16.601 ms
root@POPO ~ >