Include fake ipv6 #26

Closed
opened 2019-06-24 10:44:44 +02:00 by btatu · 1 comment
Member

When i've added a ip for a jail in bkctld :

bkctld ip $SERVER X.Y.Z.T

minifirewall can't restart because i've this in /etc/firewall.rc.jails :

+/sbin/iptables -A INPUT -p tcp --sport 1024: --dport 2228 -s ::ffff:X.Y.Z.T -j ACCEPT #$SERVER

Why ::ffff: is added ?

When i've added a ip for a jail in bkctld : ~~~ bkctld ip $SERVER X.Y.Z.T ~~~ minifirewall can't restart because i've this in /etc/firewall.rc.jails : ~~~ +/sbin/iptables -A INPUT -p tcp --sport 1024: --dport 2228 -s ::ffff:X.Y.Z.T -j ACCEPT #$SERVER ~~~ Why `::ffff:` is added ?
btatu added the
bug
label 2019-06-24 10:44:44 +02:00

Old version of evobackup add IPv6 in /backup/jails/etc/ssh/sshd_config and bkctld parse this file for getting IP information.

Fox fix it, edit this file and remove IPv6.

Old version of evobackup add IPv6 in **/backup/jails/etc/ssh/sshd_config** and bkctld parse this file for getting IP information. Fox fix it, edit this file and remove IPv6.
Ghost closed this issue 2020-02-26 16:07:43 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evobackup#26
No description provided.