NETWORK ADMINISTRATIONSwindows dns serverWindows server

Configure Windows Server for RAS with BGP

Configure Windows Server for RAS with BGP
เราสามารถทำให้ Windows Server OS ทำหน้าที่เป็น Router ตัวหนึ่งได้
และสามารถ Configure ความสามารถต่างๆ ได้เหมือน Router ทั่วๆไปครับ

PowerShell command for BGP
Add-BgpRouter –bgpIdentifier 192.168.20.2 –LocalASN 65000
Add-BgpPeer –Name w2022-S1 –LocalIPAddress 192.168.20.2 –PeerIPAddress 192.168.20.1 –LocalASN 65000 –PeerASN 65000 –PeeringMode Automatic
Add-BgpCustomRoute –Network 10.1.1.0/24

source

by ITIKZ

windows server dns

Leave a Reply

Your email address will not be published. Required fields are marked *