Skip to content

Commit c3ac28a

Browse files
committed
Update traffic events doc images
1 parent 98853aa commit c3ac28a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
-236 KB
Binary file not shown.
139 KB
Loading
-16.8 KB
Loading
-19 KB
Loading

src/pages/how-to/traffic-events-logging.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the internal network resource.
7676

7777
A slightly modified example of the CRM server connection scenario would be if instead of running the NetBird client on the CRM server,
7878
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
8080
routed the connection to the CRM server. If the connection was blocked, NetBird would log the blocked event on the routing peer.
8181

8282
<p>
@@ -87,11 +87,11 @@ routed the connection to the CRM server. If the connection was blocked, NetBird
8787

8888
The screenshot below illustrates a successful connection from `Alice` to the network resource `CRM` running in the AWS VPC.
8989
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`.
9191
Note the `ROUTER` column in the table, which identifies the routing peer responsible for routing to the internal network resource.
9292

9393
<p>
94-
<img src="/docs-static/img/how-to-guides/traffic-events/network-resource-succesful-connection.png" alt="network-resource-succesful-connection" className="imagewrapper-big"/>
94+
<img src="/docs-static/img/how-to-guides/traffic-events/network-resource-successful-connection.png" alt="network-resource-succesful-connection" className="imagewrapper-big"/>
9595
</p>
9696

9797
<Note>
@@ -112,7 +112,7 @@ in one TCP session, but the routing peer blocked all attempts.
112112

113113
<Note>
114114
For all the examples above, we used the `nc` command to initiate the connection to the CRM server from the peer `Alice`.
115-
E.g., `nc -v crm.netbird.cloud 5432`.
115+
E.g., `nc -v crm.netbird.cloud 443`.
116116
</Note>
117117

118118
## Enabling Traffic Events Logging

0 commit comments

Comments
 (0)