This article details deploying a Host Identity Based Virtual Private LAN Service (HIP-VPLS) on real hardware using NanoPi R2S devices. A previous article showcased a Mininet prototype; this one focuses on a practical, physical implementation. VPLS creates Layer 2 communication over an IP network, and HIP, a Layer 3.5 solution, enhances security and mobility by separating IP address roles for identification (Host Identity Tags or HITs) and location (routable IP addresses).
Hardware and Setup: The setup uses three NanoPi R2S devices as HIP switches, connected via 8-port SNR switches to simulate an IP overlay. Each NanoPi R2S (1GB RAM, quad-core CPU, 32GB SD card) has a LAN and WAN interface. The SNR switches offer 8 1Gb/s ports and two SFP slots. The testbed configuration is shown above.
Deployment: A FriendlyWRT Linux image was flashed onto SD cards for each NanoPi R2S. The hip-vpls-hw
repository (https://www.php.cn/link/b57fac77ca8ccadbcca2335607697701) was cloned, and the following commands were executed on each router:
cd hip-vpls-hw opkg update opkg install nano rsync python3 python3-pip python3-netifaces pip3 install pycryptodome mkdir /opt/hip-vpls/ rsync -rv hiplib switchd.py switchfabric.py /opt/hip-vpls/ cd startup cp hip-vpls /etc/init.d/ chmod x /etc/init.d/hip-vpls /etc/init.d/hip-vpls enable /etc/init.d/hip-vpls start
Crucially, the Ethernet interface configuration was modified to enable promiscuous mode (promisc '1'
) for raw socket capture:
<code>config device option name 'eth1' option macaddr '3e:25:61:94:f3:37' option promisc '1'</code>
Firewall rules were adjusted to allow all network traffic. HITs were generated, and host files and firewall rules were configured (details in a previous article).
Performance: iPerf testing between PC3 and Server0 yielded a throughput of 1.5Mb/s on 1Gb/s links. Further performance optimization is underway, including compiling the code in C.
The above is the detailed content of Running HIP VPLS on a NanoPI R2S. For more information, please follow other related articles on the PHP Chinese website!

Linux performs well in servers and development environments, while Windows performs better in desktop and gaming. 1) Linux's file system performs well when dealing with large numbers of small files. 2) Linux performs excellently in high concurrency and high throughput network scenarios. 3) Linux memory management has more advantages in server environments. 4) Linux is efficient when executing command line and script tasks, while Windows performs better on graphical interfaces and multimedia applications.

Creating graphical user interface (GUI) applications is a fantastic way to bring your ideas to life and make your programs more user-friendly. PyGObject is a Python library that allows developers to create GUI applications on Linux desktops using the

Arch Linux provides a flexible cutting-edge system environment and is a powerfully suited solution for developing web applications on small non-critical systems because is a completely open source and provides the latest up-to-date releases on kernel

Due to its Rolling Release model which embraces cutting-edge software Arch Linux was not designed and developed to run as a server to provide reliable network services because it requires extra time for maintenance, constant upgrades, and sensible fi
![12 Must-Have Linux Console [Terminal] File Managers](https://img.php.cn/upload/article/001/242/473/174710245395762.png?x-oss-process=image/resize,p_40)
Linux console file managers can be very helpful in day-to-day tasks, when managing files on a local machine, or when connected to a remote one. The visual console representation of the directory helps us quickly perform file/folder operations and sav

qBittorrent is a popular open-source BitTorrent client that allows users to download and share files over the internet. The latest version, qBittorrent 5.0, was released recently and comes packed with new features and improvements. This article will

The previous Arch Linux LEMP article just covered basic stuff, from installing network services (Nginx, PHP, MySQL, and PhpMyAdmin) and configuring minimal security required for MySQL server and PhpMyadmin. This topic is strictly related to the forme

Zenity is a tool that allows you to create graphical dialog boxes in Linux using the command line. It uses GTK , a toolkit for creating graphical user interfaces (GUIs), making it easy to add visual elements to your scripts. Zenity can be extremely u


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.
