xiaohanxiaohan.hashnode.dev·Nov 17, 2024软路由网关的实现设备准备 一台路由器,网关电脑,和客户机电脑。 路由器:192.168.1.1 网关机: 有两个网卡,分别为ens33(192.168.1.101), ens34(192.168.1.102) 客户机,有一个网卡(192.168.1.201)。 第一步,网关 效果: 客户机的流量→网关机→公网 实现方式: 开启转发 编译文件/etc/sysctl.conf 加入 net.ipv4.ip_forward=1 然后执行sudo sysctl -p 配置iptables: sudo iptab...Discussgateway
React MastersforReact Master's blogreactmasters.hashnode.dev·Nov 15, 2024Nested Routing in React JSNested routing is a powerful feature in modern web applications, enabling the development of complex UI hierarchies while maintaining modularity and clarity in the codebase. In React JS, libraries such as React Router are widely used for routing impl...Discussrouting
Ronald Bartelshubandspoke.amastelek.com·Oct 30, 2024🛣️Static Routes | The Quick Fix That Causes Long-Term Problems in Networks🚦In the world of networking, there’s a quick-and-dirty fix some techies resort to: using static routes to make something work quickly. It might be convenient in the moment, but this approach quickly snowballs into a minefield of issues, especially as ...Discussnetworking
Asawerasawer.hashnode.dev·Oct 26, 2024Supercharge Your React Apps: Dynamic Routing with "useParams"The useParams hook is a part of React Router and is used to access URL parameters in your application. It's very useful when you have dynamic routes—URLs that include variables, such as user IDs or post IDs, and you want to access those parameters in...Discuss·28 likes·34 readsuseParams
Ryan Heoryanheo.hashnode.dev·Oct 18, 2024[Next.JS] RoutingWhy I want to use the Router As I am currently working on my webpage, I thought it would be great if I had an admin page as well so that I can easily update my experience and skills. Now, my page is running as a single-page website. I will make anoth...DiscussNext.js
Maxat Akbanovmaxat-akbanov.com·Oct 16, 2024AWS Route 53: Weighted Routing PolicyThe Weighted Routing Policy allows you to route DNS query traffic to multiple resources in proportions that you specify. By assigning a relative weight (a numerical value) to each DNS record, you can control the percentage of requests that is directe...Discussawsweighted
Maxat Akbanovmaxat-akbanov.com·Oct 15, 2024AWS Route 53: Simple Routing PolicyAWS Route 53 is Amazon's scalable and highly available Domain Name System (DNS) web service. It translates human-readable domain names (like www.example.com) into IP addresses (like 198.51.100.42) that computers use to connect to each other. Within R...DiscussawsDevops
Indu Jawlacoders.hashnode.dev·Oct 14, 2024Understanding Routing Protocols: A Comprehensive Guide to Static and Dynamic Routing1. Introduction to Routing Protocols Routing protocols are essential components of computer networks that determine the best paths for data to travel from source to destination. They facilitate the exchange of routing information between routers, ena...DiscussStatic vs Dynamic routing
Supratim Deysanjudev.hashnode.dev·Oct 8, 2024Understanding Nested Routes in React Router: A Beginner's GuideHey everyone! If you’re diving into React, one of the essential libraries you'll need to get familiar with is React Router Dom. Recently, I encountered a scenario involving nested routes in React, and I wanted to share my approach. Nested routing is ...Discuss·36 readsReact
Sanket Chaudharitechwithsanket.hashnode.dev·Oct 6, 2024A Brief Guide on Routing ProtocolsRouting Protocols with Cisco Packet Tracer: A Learning Experience As part of my ongoing journey through the CDAC DITISS PG Diploma, I’ve had the opportunity to delve into the world of routing protocols. Networking is a foundational aspect of IT infra...Discussnetworking