2 changed files with 1 additions and 36 deletions
@ -1,36 +0,0 @@ |
|||
= Scan and network statistics ! |
|||
Apostolos rootApostolos@swarmlab.io |
|||
// Metadata: |
|||
:description: Intro and Install |
|||
:keywords: sec, iptables |
|||
:data-uri: |
|||
:toc: right |
|||
:toc-title: Πίνακας περιεχομένων |
|||
:toclevels: 4 |
|||
:source-highlighter: highlight |
|||
:icons: font |
|||
:sectnums: |
|||
|
|||
|
|||
== Find IP |
|||
|
|||
[source,bash] |
|||
---- |
|||
# ifconfig |
|||
|
|||
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
|||
inet 172.21.0.2 netmask 255.255.0.0 broadcast 172.21.255.255 |
|||
ether 02:42:ac:15:00:02 txqueuelen 0 (Ethernet) |
|||
RX packets 61 bytes 9309 (9.3 KB) |
|||
RX errors 0 dropped 0 overruns 0 frame 0 |
|||
TX packets 0 bytes 0 (0.0 B) |
|||
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
|||
|
|||
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 |
|||
inet 127.0.0.1 netmask 255.0.0.0 |
|||
loop txqueuelen 1000 (Local Loopback) |
|||
RX packets 248 bytes 14260 (14.2 KB) |
|||
RX errors 0 dropped 0 overruns 0 frame 0 |
|||
TX packets 248 bytes 14260 (14.2 KB) |
|||
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
|||
---- |
Loading…
Reference in new issue