Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

internal_address_config yaml

20 views
Skip to first unread message

Jon Douglas

unread,
Oct 18, 2024, 7:46:07 AM10/18/24
to envoy-users
Hi All,

I'm now getting the warning about internal_address_config not configured, no issue with that as know i need to resolve it, but question is does anyone have an examples of the yaml config for it so can add it into our config file ?

Cheers

Jon

Greg Greenway

unread,
Oct 21, 2024, 1:14:33 PM10/21/24
to Jon Douglas, envoy-users
There's a snippet in the docs at https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto.html for how to configure it to maintain the previous/old behavior:

cidr_ranges:
    address_prefix: 10.0.0.0
    prefix_len: 8
cidr_ranges:
    address_prefix: 192.168.0.0
    prefix_len: 16
cidr_ranges:
    address_prefix: 172.16.0.0
    prefix_len: 12
cidr_ranges:
    address_prefix: 127.0.0.1
    prefix_len: 32
cidr_ranges:
    address_prefix: fd00::
    prefix_len: 8
cidr_ranges:
    address_prefix: ::1
    prefix_len: 128

--
You received this message because you are subscribed to the Google Groups "envoy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/e1f87c95-8416-4a29-8ed2-4750186780e0n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages