You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/how-to/traffic-events-logging.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ the internal network resource.
76
76
77
77
A slightly modified example of the CRM server connection scenario would be if instead of running the NetBird client on the CRM server,
78
78
you used the [NetBird Networks feature](/how-to/networks) and created a network resource for the CRM server. In this case, if a user accessed an internal CRM from their laptop via a browser
79
-
and port `5432`, NetBird would log the traffic events for that connection on the user's machine and the routing peer that
79
+
and port 443, NetBird would log the traffic events for that connection on the user's machine and the routing peer that
80
80
routed the connection to the CRM server. If the connection was blocked, NetBird would log the blocked event on the routing peer.
81
81
82
82
<p>
@@ -87,11 +87,11 @@ routed the connection to the CRM server. If the connection was blocked, NetBird
87
87
88
88
The screenshot below illustrates a successful connection from `Alice` to the network resource `CRM` running in the AWS VPC.
89
89
The traffic is routed through a routing peer, which logs the connection event and reports it to the NetBird servers.
90
-
The access is permitted by the policy `IT Admins to AWS Servers`, which allows connections over the `TCP` protocol on port `5432`.
90
+
The access is permitted by the policy `IT Admins to AWS Servers`, which allows connections over the `TCP` protocol on port `443`.
91
91
Note the `ROUTER` column in the table, which identifies the routing peer responsible for routing to the internal network resource.
0 commit comments