2025-08-29 11:25:10 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
# Script: lidar128.sh
|
|
|
|
|
|
|
|
|
|
sudo ifconfig eth3 down
|
|
|
|
|
sudo ifconfig eth3 hw ether 02:80:5E:1F:01:26
|
|
|
|
|
sudo ifconfig eth3 172.31.129.38 up
|
|
|
|
|
|
|
|
|
|
sudo modprobe 8021q
|
|
|
|
|
sudo vconfig add eth3 129
|
|
|
|
|
sudo ifconfig eth3.129 172.31.129.38 up
|
|
|
|
|
|
2026-02-06 18:10:21 +08:00
|
|
|
sudo tcpreplay --loop=0 --multiplier=1 -i eth3.129 /home/nvidia/Downloads/JingMenBus/4647.pcap
|