Skip to content

Tailwidget API - Not Fetching IP Info #4356

Closed Locked Answered by BBT-nZ
BBT-nZ asked this question in Support
Discussion options

You must be logged in to vote

Goal:

Case 1:
Proxmox > Ubuntu Server VM > CasaOS > Homepage

Container Config:

  • Make sure the container is running in HOST mode


Enter the shell of the container

Check if IPv6 is Disabled:

Run the following command to check:
sysctl net.ipv6.conf.all.disable_ipv6
If the output is net.ipv6.conf.all.disable_ipv6 = 0, IPv6 is enabled.
If the output is net.ipv6.conf.all.disable_ipv6 = 1, IPv6 is disabled.

How to Disable IPv6 Permanently

  1. Edit the sysctl.conf file:
    sudo nano /etc/sysctl.conf

  2. Add the following lines 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
  1. Save and exit (Ctrl+O, Enter, Ctrl+X).

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@shamoon
Comment options

@BBT-nZ
Comment options

@shamoon
Comment options

@BBT-nZ
Comment options

@shamoon
Comment options

Comment options

You must be logged in to vote
1 reply
@shamoon
Comment options

Answer selected by shamoon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants