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
Avinash Dalviwww.internetkatta.com·Oct 28, 2024Building Resilient GenAI pipeline with Open-source AI GatewayHello Devs, Generative AI is rapidly gaining traction, with companies eager to integrate it into their workflows and drive product innovation. As its popularity soars, numerous LLM models and Generative AI companies are emerging. However, this surge ...Discuss·10 likesPortKey
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Oct 10, 2024Automating Scheduled Payments with Paystack API in PHPManaging scheduled payments manually can be tedious and prone to errors, especially when dealing with multiple recipients. Automating this process with the Paystack API simplifies the workflow, ensuring that payments are processed quickly and securel...Discusspayout
Shikhar Shuklashikhar99.hashnode.dev·Oct 3, 2024Networking Basics: Switching, Routing, Default Gateway, and DNS Configuration on Linux Made SimpleIntroduction: Networking can feel like a complicated puzzle, but once you understand its core pieces, it all clicks into place! Whether you're managing a home setup or working with enterprise systems, knowing the basics of networking is essential. In...Discussdefault-gateway
Jitendra Yadavapim.hashnode.dev·Sep 27, 2024Securing Your APIs with Azure API Management: Internal and External VNet OptionsAs businesses increasingly rely on APIs for connectivity and integration, securing these endpoints becomes paramount. Azure API Management (APIM) offers powerful features for managing and securing APIs, including the ability to deploy your API gatewa...DiscussAPIM
Alla Yasheelacloud-z.hashnode.dev·Sep 8, 2024Understanding Azure NetworkingIn this blog, we'll break down some key networking concepts that are essential for anyone looking to get started with Azure. Don't worry if you're new to this—I'll keep things simple and easy to understand. 1. Virtual Network (VNet) Think of a Virtu...DiscussAzureDevOpsnetworking
Ejan Shresthaijanggmu.hashnode.dev·Aug 19, 2024Exploring YARP: The Reverse Proxy for .NET DevelopersIntroduction In modern web development, as applications scale, the need for efficient routing, load balancing, and reverse proxying becomes crucial. A reverse proxy can be a game-changer, helping to manage traffic, improve performance, and add an ext...Discuss·1 like·139 readsYARP
OLPU KRISHNAVENIolpukrishnaveni.hashnode.dev·Aug 13, 2024Gateway in Networking*A Gateway is a network node that connects two networks using different protocols together. *It acts as a gate between two networks. It may be a router, firewall, server, or other device that enables traffic to flow in and out of the network. USE OF...Discussgateway
Shaileshshaileshpashte.hashnode.dev·Jul 29, 2024Learning AWS: Subnets, Internet Gateways, and Route Tables SimplifiedIntroduction Creating a robust and scalable network infrastructure in AWS is crucial for any cloud-based application. Key components in this infrastructure include subnets, internet gateways, and route tables. In this blog post, we will delve into Su...DiscussAWS
Shaileshshaileshpashte.hashnode.dev·Jul 26, 2024AWS VPC: An Overview and Its ComponentsIntroduction Amazon Virtual Private Cloud (VPC) is a foundational service within AWS, enabling users to create a logically isolated network within the AWS cloud. This network can be configured to closely resemble a traditional network that we would o...DiscussAWS