Setting up NAT on iptables

Recently, Xiaoyi installed Ubuntu 20.04 on a computer at home and used it as a soft router. But Xiaoyi found that the computer couldn’t connect to the internet! After using mtr to trace the route, we found that the route could not go beyond the Gateway. So we captured packets on the router and found that our internal IP was sent to the ISP, but there was no response. If the ISP hasn’t configured it properly, it can easily lead to IP Spoofing....

March 8, 2021 · SteveYi

Become a MANRS participant!

At the end of last year, I submitted an application for MANRS for SteveYi Network Service. At the beginning of this year, we passed the review and officially became a participant in MANRS! Our member introduction can be found here: https://www.manrs.org/isps/participants/entry/1484/ So, let’s talk about how we implement MANRS policies. MANRS has four main policies, which are: Prevent propagation of incorrect routing information Prevent traffic with incorrect spoofed source IP addresses Promote coordination between network operators Facilitate global operational communication and coordination...

January 25, 2021 · SteveYi

Building an Internal Network with Friends using BGP

Hi! Long time no see! In early 2020, I obtained my first ASN number - AS209557 I also used IP Addresses defined by RFC 1918, and with some friends, I built a large internal network using BGP and Internet tunnels. So let’s get started! First, we use Ubuntu 20.04 to establish a tunnel and establish BGP peerings with others. Usually, I use GRE, SIT, or WireGuard. Among them, GRE or SIT tunnels are non-encrypted tunnels that can be viewed on the public network....

January 24, 2021 · SteveYi