This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable ipv6
#1
How to disable IPV6 on my RPi : ETH is automatically given  a non IPV4 address, and I don't know how to use that in FileZilla. Therefore, it would be great help to let we know either :
  • How to disable ipV6 in RPi (Debian 11, bullseye)
  • Or ... how to use ipv6 in FileZilla !
  • Or any way to go around this difficuly ...
Cordialement
Didier B
Pi4, SSD USB3, OP 3.0 Touch SK 3.2.1 OpenCPN  5.8.4 :  Thank you  Thank you  Thank you


Reply
#2
This disables ipv6 for me completely on my RPi Bullseye systems as well as Ubuntu etc.

Code:
sudo nano /etc/sysctl.conf

Add the following at the bottom of the file:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.tun0.disable_ipv6 = 1
Reply
#3
Even simpler if you only want to disable ipv6 on one interface:

Right click on the network manager icon at the top right of the taskbar. Select Wireless and Wired Network Settings, select the interface and press disable IPv6 then Apply.


Attached Files Image(s)
   
Reply
#4
(2023-10-19, 11:38 AM)baltika_no_9 Wrote: Even simpler if you only want to disable ipv6 on one interface:

Right click on the network manager icon at the top right of the taskbar. Select Wireless and Wired Network Settings, select the interface and press disable IPv6 then Apply.

Super, and Big Thank you baltika_no_9 Exclamation
Cordialement
Didier B
Pi4, SSD USB3, OP 3.0 Touch SK 3.2.1 OpenCPN  5.8.4 :  Thank you  Thank you  Thank you


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)