Page 1 of 1

IPv6 disable bug

Posted: 18 Apr 2019 12:18
by Justin
Hi there,

When i try to disable IPv6 on our system i get the following error:

Code: Select all

/var/eFa/lib/eFa-Configure/func_ipsettings: line 94: Read: command not found
All done
Steps are as followed:
4) IP Settings --> 6) Disable IPv6 --> Error

Any idea how to solve this?
Our IPv6 implementation is currently broken on one side so we are getting bounces from Gmail.
As a temporary fix, i want to disable it for now.

Running the latest eFa4 release

Kind regards,
Justin

Re: IPv6 disable bug

Posted: 18 Apr 2019 14:02
by ethandee178
Justin,
Make a backup of the file /var/eFa/lib/eFa-Configure/func_ipsettings

Code: Select all

cp /var/eFa/lib/eFa-Configure/func_ipsettings /var/eFa/lib/eFa-Configure/func_ipsettings.bak
edit the file

Code: Select all

nano +94 /var/eFa/lib/eFa-Configure/func_ipsettings
change the word Read to read. The command needs to be lowercase
ctrl+x to close; y to save
Try the script again.
If you screw it up worse, restore backup

Code: Select all

cp /var/eFa/lib/eFa-Configure/func_ipsettings.bak /var/eFa/lib/eFa-Configure/func_ipsettings
Let me know