Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Can't install Technitium in advanced (to set static IP) #159

Closed
maccident opened this issue Apr 18, 2022 · 16 comments
Closed

Can't install Technitium in advanced (to set static IP) #159

maccident opened this issue Apr 18, 2022 · 16 comments
Assignees
Labels
🐞 bug Something isn't working ✅ Completed

Comments

@maccident
Copy link

When attempting to use the v3 installer for technitium, I select "Advanced' then defaults for everything, except IP address and VLAN.

The install proceeds correctly, then the script bails out prior to completing. Cannot log into the container via pve -> container console, as defaults chose automatic and it requests a password.

` ✓ Started LXC Container
✓ Set up Container OS
✓ Network Connected: 192.168.99.2
✓ Updated Container OS

  • Installing Dependencies...root@pve:~#`
@tteck
Copy link
Owner

tteck commented Apr 18, 2022

Strange... so the network connected and the container updated, but failed installing dependencies which is only curl and sudo.
I just tried again... same

@tteck tteck self-assigned this Apr 18, 2022
@tteck tteck added the 🐞 bug Something isn't working label Apr 18, 2022
@tteck
Copy link
Owner

tteck commented Apr 18, 2022

Would you try

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/v3/ct/technitiumdns-v3.sh)"

enter your IP as 192.168.99.2/24 and the Gateway IP is your router 192.168.99.1

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

Fixed, thanks for reporting!

@tteck tteck closed this as completed Apr 18, 2022
@maccident
Copy link
Author

It still fails for me, in the same way.

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

after setting the static IP and Gateway IP?
you can use the main branch now

@maccident
Copy link
Author

@maccident
Copy link
Author

I'll give it a try again after dinner. Thank you for responding so quickly. I learned about your repo last night from Reddit, and was blown away.

I greatly appreciate your work on this!

@maccident
Copy link
Author

Just tried again
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/technitiumdns-v3.sh)"

failed in the same place, after the "Installing Dependencies..." text.

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

Are you setting the subnet mask?
when you set the static IP

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

#162

@maccident
Copy link
Author

Yeah, I'm specifying ip/netmask - 192.168.99.2/24 for the IP, and the gateway as just the IP

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

after it fails, click on the LXC and click network to see if the IP and gateway addresses are there

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

is the IP you are trying to use available?

@maccident
Copy link
Author

Yes, it's a new vlan with only the gateway (at .1) so far. This will be the dhcp server for the vlan.

@maccident
Copy link
Author

The reason I'm using advanced, is that when I use the defaults and assign a static address / vlan - technitium complains that I'm using a dhcp address (which is true when I use the defaults, but not true when I reassign the host to a vlan, assign a static in pve, and reboot the container)

@tteck
Copy link
Owner

tteck commented Apr 18, 2022

IPV6 is your issue. Disable IPV6 if possible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working ✅ Completed
Projects
None yet
Development

No branches or pull requests

2 participants