mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-04-25 21:55:48 +03:00
[GH-ISSUE #52] OVH network config #28
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xshok-proxmox#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @excitedbox on GitHub (Nov 12, 2021).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/52
The network config script throws an error
"ERROR: Could not detect all IPv4 varibles
IP: Netmask: 255.255.255.0 Gateway: redacted"
It does show the right ipv4 ip though. I set the partitions in the manager and had the manager execute the post install script and received no errors. I also ran the zfs script as instructed with no errors and rebooted the server.
@schulmenueplaner-de commented on GitHub (Dec 15, 2021):
@excitedbox, you need to edit network-configure.sh
and hardcode your IPv4 address like this:
@WXpiero commented on GitHub (Mar 11, 2022):
thx bro,hardcode my ipv4 address works,but it only works on the host, after that the VMs lost the ability to connect to internet,and they don't have name resolution too.
I put VM's mac and fix_ipv4 into /etc/dhcp/hosts.public, and write dns records into /etc/resolv.conf, it won't work; not matter I choose vmbr0 or vmbr1, the VMs won't connect to internet
@tracphil commented on GitHub (Apr 16, 2022):
@WXpiero same here. did you find a fix?
@WXpiero commented on GitHub (Apr 20, 2022):
no bro,I had to went to that api page ,wrote down my ipv6 info and rewitte the interfaces file manually from scratch.