Joy of Networking
Thursday, July 3, 2025
test
Thursday, May 15, 2025
Asus Entware
Installed on USB device
Has tcpdump
If command doesn't work
(caused when router reboots)
do :
cd /tmp
ln -s /tmp/mnt/opt opt
Wednesday, September 11, 2024
Wednesday, September 4, 2024
eve-ng NAT cloud not giving IP via DHCP
find /etc -type f | xargs grep "172.29.129"
which gave me
/etc/udhcpd.conf:start 172.29.129.1 #default: 192.168.0.20
/etc/udhcpd.conf:end 172.29.129.253 #default: 192.168.0.254
/etc/udhcpd.conf:opt router 172.29.129.254
so now I know that the process is called udhcpd. Then did a
systemctl restart udhcpd
and now I'm getting an IP.
Monday, September 2, 2024
eve-ng c8000v image gives white console after template push
Issue Cause: When vManage controls the cEdge, it change the CLI from "platform console serial" to "platform console virtual", once it changed, you lost the eve-ng console.
Following is what you need to do:
a) Create a CLI Add-On feature template, add "platform console serial" to the template
b) Associate this add-on template to the device template under the Additional Templates Section
c) Reboot your cEdge, then that fix the issue
Thursday, May 2, 2024
IP Public subnets blocks
8.0.0.0/7
11.0.0.0/8
12.0.0.0/6
16.0.0.0/4
32.0.0.0/3
64.0.0.0/2
128.0.0.0/3
160.0.0.0/5
168.0.0.0/6
172.0.0.0/12
172.32.0.0/11
172.64.0.0/10
172.128.0.0/9
173.0.0.0/8
174.0.0.0/7
176.0.0.0/4
192.0.0.0/9
192.128.0.0/11
192.160.0.0/13
192.169.0.0/16
192.170.0.0/15
192.172.0.0/14
192.176.0.0/12
192.192.0.0/10
193.0.0.0/8
194.0.0.0/7
196.0.0.0/6
200.0.0.0/5
208.0.0.0/4
0.0.0.0/6
4.0.0.0/6
8.0.0.0/8
9.0.0.0/8
11.0.0.0/9
11.128.0.0/9
12.0.0.0/7
14.0.0.0/7
16.0.0.0/5
24.0.0.0/5
32.0.0.0/4
48.0.0.0/4
64.0.0.0/3
96.0.0.0/3
128.0.0.0/4
144.0.0.0/4
160.0.0.0/6
164.0.0.0/6
168.0.0.0/7
170.0.0.0/7
172.0.0.0/13
172.8.0.0/13
172.32.0.0/12
172.48.0.0/12
172.64.0.0/11
172.96.0.0/11
172.128.0.0/10
172.192.0.0/10
173.0.0.0/9
173.128.0.0/9
174.0.0.0/8
175.0.0.0/8
176.0.0.0/5
184.0.0.0/5
192.0.0.0/10
192.64.0.0/10
192.128.0.0/12
192.144.0.0/12
192.160.0.0/14
192.164.0.0/14
192.169.0.0/17
192.169.128.0/17
192.170.0.0/16
192.171.0.0/16
192.172.0.0/15
192.174.0.0/15
192.176.0.0/13
192.184.0.0/13
192.192.0.0/11
192.224.0.0/11
193.0.0.0/9
193.128.0.0/9
194.0.0.0/8
195.0.0.0/8
196.0.0.0/7
198.0.0.0/7
200.0.0.0/6
204.0.0.0/6
208.0.0.0/5
216.0.0.0/5
Tuesday, April 23, 2024
IP Fragmentation
Some basic info
DF is not set
find MTU of source
powershell to see max MTU of win11:
netsh interface ipv4 show interfaces
Send some test traffic that is bigger than the MTU of the source
ping -l 1600 <destination>
Check with wireshark at destination
fragmented in 2 packets
first packet
Send some test traffic that is bigger than the MTU of the source
ping -l 1600 -f <destination>
packet will be dropped at the laptop
test
import os import argparse import json def load_json_file(filepath): with open(filepath, 'r') as f: return json.load(f) d...
-
/var/log/syslog shows: Jun 18 11:21:18 labusraeveng01 iol_wrapper[105334]: 18/5 15:21:18.639 ERR#011Error while connecting local AF_UNIX: ...
-
1)make it a sataa.qcow2 image 2)after first boot configure "boot nxos bootflash:///nxos.7.0.3.I7.3.bin" and write mem Remark...
-
EVE-NG Copy&paste To copy between host and eve-ng native client, while in the client, click CTRL-ALT-SHIFT which will bring up the H...