Skip to content

Commit

Permalink
chore: add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Jan 9, 2025
1 parent 9c3e494 commit 42c4c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/npm/snmp/podman-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ headingText: SNMP security prerequisites
<Callout variant="tip">
The default trap listening port for **ktranslate** is port `1620 (TCP/UDP)`. To use the more common trap port of `162`, you will need to set an `iptables` pre-routing rule on the container host with the command:

```
```shell
sudo iptables -t nat -A PREROUTING -p udp --dport 162 -j REDIRECT --to-port 1620
```

Expand Down

0 comments on commit 42c4c06

Please sign in to comment.