Skip to content

Almehadi/Ethio-Intranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Ethio Intranet Application

Ethio Intranet is a specialized desktop application designed for network administrators and technical staff within Ethio telecom. It serves as a dual-purpose tool to centralize internal network IP address information and provide an accurate IP subnetting calculator.

🌟 Target Users

Ethio telecom Network Engineers, IT Administrators, and Technical Staff.

🌟 Core Purpose

To provide a single, reliable source for site IP information and automate subnetting calculations.

🌟 Key Features

The application is structured around two main tabs, each addressing critical aspects of network management:

1. Search IP Address Database

This feature provides a single source of truth for the IP configurations of various Ethio telecom sites.

  • Search Capability: Allows quick searching by keywords (e.g., site name).
  • Centralized Data: Displays comprehensive details in a table format:
    • Site_Name (e.g., Olympia shop, AAU shop)
    • LAN_address (e.g., 172.22.100.0/24)
    • WAN_address (e.g., 10.131.143.244 & 10.131.204.20)
    • Connection_type (e.g., Direct Fiber, BGP Both from legehar)
First 1

2. IP Calculator

A robust utility that automates complex subnetting calculations to reduce human error and speed up network planning.

  • Input: Requires an IP Address and Subnet mask (in CIDR notation, e.g., /24).
  • Calculated Output: Provides instant results for essential networking parameters:
    • Network Address
    • Broadcast Address
    • Usable Host Range
    • Subnet Mask (Dotted-decimal format)
    • Total Host No (Total addresses)
    • Usable Host (Total usable addresses)
    • Default Gateway
    • Wildcard Mask
    • IP Class (A, B, or C)
    • IP Type (Private or Public)
    • Binary Subnet Mask
First 2

⚙️ Technology Stack (Conceptual)

Based on the traditional Windows desktop interface, the application is likely built using one of the following technologies:

  • Programming Language: C#
  • Framework: .NET Framework (using Windows Forms )
  • Database: SQL Server instance for storing the Ethio telecom site IP records.

💻 Installation and Usage (Conceptual)

(Since this appears to be an internal desktop application, these instructions are conceptual.)

Installation

  1. Download the latest installer package (e.g., EthioIntranet_v1.0.0.0.exe).
  2. Run the installer and follow the on-screen instructions.
  3. The application requires Local Database Access to function correctly. Ensure your machine has the necessary privileges to connect to the internal IP database.

Getting Started

  1. Search: Navigate to the Search IP Address tab, enter a keyword (e.g., Harar), and press enter to retrieve the corresponding site IP details.
  2. Calculate: Navigate to the IP Calculator tab, input an IP address (e.g., 192.168.10.30) and the CIDR mask (e.g., /27), and click Calculate to see the full subnet breakdown.

📝 Version History

Version Date Changes
1.0.0.0 TBD Initial release. Includes both Search IP Database and comprehensive IP Calculator functionality.

🤝 Contributing

Almehadi A.

About

A simple database application that allows users to search for various Ethio telecom intranet IP addresses and calculate basic IP address information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors