This script automates the process of registering a permanent ARP entry on a ZTE ZXHN H298A V1.0 router.
https://youtu.be/vuDeCseHWLg?t=789
-
Install the required dependencies:
pip install paramiko
-
Run the script:
permanent_arp_entry_registerer.py [-h] --host HOST --port PORT --username USERNAME --password PASSWORD --arp_ip ARP_IP --arp_mac ARP_MAC --linux_user LINUX_USER --linux_password LINUX_PASSWORD [-q]
- Automatic registration of a permanent ARP entry
- Supports custom Linux username and password
-
Clone the repository:
git clone https://github.com/sezgynus/permanent-arp-entry-registerer.git
-
Navigate to the project directory:
cd permanent-arp-entry-registerer
-
Install the required dependencies:
pip install paramiko