You are not logged in.
Hi!
I am having a problem with network configuration. I have a few other distribution with Xen instances, but only the archlinux instance makeing a troubles.
please see my configuration (I'll try to mask a IP part to prevent the VPS if I made any security issue by the configuration).
[root@dev5 mik]# cat /etc/netctl/eth0
Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
Address=('5.9.72.xx/27')
Gateway='5.9.72.yy'
DNS=('1.1.1.1')
I am unable to access other VPS machines defined on the host.
The configuration attached to the machine is:
Gateway: 5.9.72.yy
Netmask: 255.255.255.224
Broadcast: 5.9.72.zz
Can anybody help me or explain how to configure? I attached the configuration that is working right now, but as I describe - it has issues.
Offline
So dev5 is your Dom0 and the sparse network info at the bottom is from some DomU?
A little mor info about the Xen setup would be necessary in order to isolate the problem.
Also please adjust your title. According to the information available, this does not seem to be a provider-specific issue.
Last edited by schard (2019-07-29 11:21:14)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
please post
$ ip address
$ ip route
$ ip -6 route
$ ping -c 5 5.9.72.yy
$ ping -c 5 1.1.1.1
$ ping -c 5 archlinux.org
Also try to ping another VPS machine defined on the host using its ip-adress .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline