View Issue Details

IDProjectCategoryView StatusLast Update
0000293My infrastructureGeneralpublic2025-04-07 12:32
Reporterdvl Assigned Todvl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000293: dns1: correct the IP addresses
DescriptionIt is configured to use the IPv6 address for dns2, which is already in use and not assigned to that nic.
TagsNo tags attached.

Activities

dvl

2025-04-07 12:19

manager   ~0000368

Made this change:

[12:19 ansible root /usr/local/etc/ansible] # svn di roles/jail.conf.d/templates/dns1.conf.j2                                 
Index: roles/jail.conf.d/templates/dns1.conf.j2
===================================================================
--- roles/jail.conf.d/templates/dns1.conf.j2	(revision 2788)
+++ roles/jail.conf.d/templates/dns1.conf.j2	(working copy)
@@ -3,6 +3,7 @@
 {% include './templates/default_values.j2' %}
 
     ip4.addr = "$bridge|10.55.0.73";
+    ip6.addr = "$bridge|2001:470:8abf:7055:c348::53";
 
     allow.raw_sockets;
     devfs_ruleset = 10;
[12:19 ansible root /usr/local/etc/ansible] # 

Issue History

Date Modified Username Field Change
2025-03-21 16:12 dvl New Issue
2025-03-21 16:12 dvl Status new => assigned
2025-03-21 16:12 dvl Assigned To => dvl
2025-04-07 12:19 dvl Note Added: 0000368
2025-04-07 12:32 dvl Status assigned => closed
2025-04-07 12:32 dvl Resolution open => fixed