Skip to content

sezgynus/permanent-arp-entry-registerer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Permanent ARP Entry Registerer

This script automates the process of registering a permanent ARP entry on a ZTE ZXHN H298A V1.0 router.

Table of Contents

Usage

https://youtu.be/vuDeCseHWLg?t=789

  1. Install the required dependencies:

    pip install paramiko
    
  2. 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]
    

Features

  • Automatic registration of a permanent ARP entry
  • Supports custom Linux username and password

Installation

  1. Clone the repository:

    git clone https://github.com/sezgynus/permanent-arp-entry-registerer.git
    
  2. Navigate to the project directory:

    cd permanent-arp-entry-registerer
    
  3. Install the required dependencies:

    pip install paramiko

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages