Questions tagged [rras]

Routing and Remote Access Service (RRAS) is a Microsoft API and server software that makes it possible to create applications to administer the routing and remote access service capabilities of the operating system, to function as a network router.

Routing and Remote Access Service (RRAS) is a Microsoft API and server software that makes it possible to create applications to administer the routing and remote access service capabilities of the operating system, to function as a network router. Developers can also use RRAS to implement routing protocols. The RRAS server functionality follows and builds upon the Remote Access Service (RAS) in Windows NT 4.0. RRAS was introduced with Windows 2000 and offered as a download for Windows NT 4.0.

Multiprotocol router - The computer running RRAS can route IP, IPX, and AppleTalk simultaneously. All routable protocols are configured from the same administrative utility. RRAS included two unicast routing protocols, Routing Information Protocol (RIP) and Open Shortest Path First (OSPF) as well as IGMP routing and forwarding features for IP multicasting.

Demand-dial router - IP and IPX can be routed over on-demand or persistent WAN links such as analog phone lines or ISDN, or over VPN connections.

Remote access server - provides remote access connectivity to dial-up or VPN remote access clients that use IP, IPX, AppleTalk, or NetBEUI.

Routing services and remote access services used to work separately. Point-to-Point Protocol (PPP), the protocol suite commonly used to negotiate point-to-point connections, has allowed them to be combined.

Routing and Remote Access Service (RRAS) can be used to create client applications. These applications display RAS common dialog boxes, manage remote access connections and devices, and manipulate phone-book entries.

8 questions
1
vote
1 answer

Route internet traffic over vnet peering

I am attempting to route internet traffic from a Japan VM, running Windows Server 2022 over a peered vnet to East US with a Windows Server 2022 VM using RRAS. Esentially force tunneling without a S2S requirement The configuration is as follows Japan…
Magoogle
  • 11
  • 1
0
votes
0 answers

Configure Windows Container as NAT Router

Preface: Similar to this post, but need a windows specific solution. I need to route traffic from a cluster of windows containers through another windows container within that same cluster. The goal is for the outbound traffic for those containers…
Hector Bas
  • 31
  • 6
0
votes
0 answers

How to use another network adapter over windows server RRAS VPN?

I've run and started a VPN server on Windows Server 2016 using RRAS which is now enable to connect my clients to internet using the server's IP but the problem is that I want my clients to be able to use another Ethernet on my server too that is…
0
votes
1 answer

Change active directory users properties based on group membership with exclusions

I'm trying to change AD properties (Windows VPN, i.e. Routing and Remote dial-in service) of users that are members of some AD group. It is Ok here. But at the same time I need to exclude changing properties of those users that have additional…
Eugene G
  • 27
  • 4
0
votes
3 answers

Synchronizing SQL Data with or without a VPN

I have written a Windows application that stores data locally in a SQL Server Express database. It is used by multiple people from remote locations who need to synchronize their data occassionally. It requires a fairly simple synchronization…
DarLom
  • 1,100
  • 2
  • 12
  • 30
-1
votes
1 answer

Prevent client from using internet via my RRAS VPN

I have a windows server 2016 running in Azure with RRAS VPN + NAT. I use this RRAS VPN to be able to RDP to my other VM's in the virtual network. However, when I connect my client (windows 10) computer to the RRAS VPN, my internet will stop working…
user2713516
  • 2,983
  • 5
  • 23
  • 49
-1
votes
1 answer

The route addition failed: Cannot create a file when that file already exists

I get this error when using c:>route add This happens on a RRAS server that has a PPTP site-to-site VPN setup with demand-dialing static route. This route shows in RRAS routing table but does not show in c:>route print…
wqw
  • 11,771
  • 1
  • 33
  • 41
-1
votes
1 answer

How can add a portopening to windows server 2003

I cannot open firewall in the windows server 2003 to add one portopening to my server. It's got an error messsage:"Windows Firewall can not run because another program or service is running that might use the Network Address Translation component…