# Network

### ARP tables

{% code fullWidth="false" %}

```batch
arp -a
```

{% endcode %}

### Interface(s), IP Address(es), DNS Information

```batch
ipconfig /all
```

### Routing table

```batch
route print
```
