1
Virtual private networks / Re: OpenVPN Instances - Ignore Redirect Gateway
« on: September 20, 2024, 08:22:54 pm »
I'm using it as a client.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
--pull-filter ignore redirect-gateway
is the preferred way to override server pushes to redirect traffic to gateway. Does the new Opnsense Instances handle this method? I'm using --route-nopull
for now. I dont see anything like it in the Client Specific Overrides section either.# Automatically generated, do not edit
# Generated config for dhcp6 delegation from wan on opt2
interface igb2 {
AdvSendAdvert on;
AdvLinkMTU 1500;
AdvManagedFlag on;
AdvOtherConfigFlag on;
prefix 2601:xxxxxxxxxxx::/64 {
AdvOnLink on;
AdvAutonomous on;
};
RDNSS 2601:xxxxxxxxx { };
DNSSL hidef.lan { };
};
option dhcp6.domain-search "hidef.lan";
default-lease-time 7200;
max-lease-time 86400;
log-facility local7;
one-lease-per-client true;
deny duplicates;
ping-check true;
update-conflict-detection false;
authoritative;
subnet6 2601:xxxxxx::/64 {
range6 2601xxxxxx::1000 2601:3xxxxxxx::2000;
option dhcp6.name-servers 2601:xxxxxxxx;
prefix6 2601:3xxxxxxxx:: 2601:xxxxx::/63;
}
ddns-update-style none;