Is there something special in Proxmox that prevents pinging the machine by hostname?
If i ping the IP everything works...
On all my other machines (that i can ping without problems) my hosts file looks like this:
The one Proxmox created:
interfaces
The thing is that i made a SAMBA share on the host and the share only shows up if i go there by IP.
\\3-CPO does not show the shares.
If i ping the IP everything works...
On all my other machines (that i can ping without problems) my hosts file looks like this:
Code:
127.0.0.1 localhost
127.0.1.1 BOB.skulltronics.net BOB
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
The one Proxmox created:
Code:
127.0.0.1 localhost.localdomain localhost
10.1.0.20 3-CPO.skulltronics.net 3-CPO
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
interfaces
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.0.20
netmask 24
gateway 10.1.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
The thing is that i made a SAMBA share on the host and the share only shows up if i go there by IP.
\\3-CPO does not show the shares.
Last edited: