[Touch-packages] [Bug 1882484] Re: Firewall rule in before.rules for dhcp is wrong

2020-06-15 Thread Joshua Stark
Thanks Jamie, Ah, cool, so that ufw config is when the install is a client. I am having issues with the install as a DHCPv4 server. I will revert the UFW changes I have made and add in a new /etc/ufw/application.d/dhcpd config to allow the install to run a DHCPv4 server Thanks Josh PS.

[Touch-packages] [Bug 1882314] Re: Firewall rule in before6.rules for dhcp6 is wrong

2020-06-15 Thread Joshua Stark
Thanks Jamie, Ah, cool, so that ufw config is when the install is a client. I am having issues with the install as a DHCPv6 server. I will revert the UFW changes I have made and add in a new /etc/ufw/application.d/dhcpd config to allow the install to run a DHCPv6 server Thanks Josh PS.

[Touch-packages] [Bug 1882314] Re: Firewall rule in before6.rules for dhcp6 is wrong

2020-06-13 Thread Joshua Stark
** Description changed: When running DHCPv6, clients are not able get IP address. - The firewall rule in ip6table is incorrect, and not allowing client requests in. The ports need to be swapped + The firewall rule in ip6table is incorrect, and not allowing client requests in. The ports need

[Touch-packages] [Bug 1882484] [NEW] Firewall rule in before.rules for dhcp is wrong

2020-06-07 Thread Joshua Stark
Public bug reported: The file delivered - /usr/share/ufw/iptables/before.rules which is then copied to - /etc/ufw/before.rules Delivered by Package: # allow dhcp client to work -A ufw-before-input -p udp --sport 67 --dport 68 -j ACCEPT The ports for --sport and --dport are swapped Should be:

[Touch-packages] [Bug 1882314] Re: Firewall rule in before6.rules for dhcp6 is wrong

2020-06-05 Thread Joshua Stark
** Description changed: - Firewall rule in ip6table is incorrect, the ports need to be swapped + When running DHCPv6, clients are not able get IP address. + The firewall rule in ip6table is incorrect, and not allowing client requests in. The ports need to be swapped The file delivered -

[Touch-packages] [Bug 1882317] [NEW] Dual Stack DHCP clobber each other when using /run/dhcp-server/ for pid files

2020-06-05 Thread Joshua Stark
Public bug reported: When installing dual stack IPv4 and IPv6 DHCP I found that DHCPv4 and DHCPv6 clobber each others /run/dhcp-server path when you stop or restart one of the daemons I found that the config in the systemd unit has the /run path set to the same location for both DHCPv4 and

[Touch-packages] [Bug 1882314] [NEW] Firewall rule in before6.rules for dhcp6 is wrong

2020-06-05 Thread Joshua Stark
Public bug reported: Firewall rule in ip6table is incorrect, the ports need to be swapped The file delivered - /usr/share/ufw/iptables/before6.rules which is then copied to - /etc/ufw/before6.rules Delivered by Package: # allow dhcp client to work -A ufw6-before-input -p udp -s fe80::/10