You are not logged in.

#1 2019-07-29 09:12:04

aleextra
Member
Registered: 2009-12-02
Posts: 28

Hetzner static IP assigment

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

#2 2019-07-29 11:20:32

schard
Member
From: Hannover
Registered: 2016-05-06
Posts: 1,932
Website

Re: Hetzner static IP assigment

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)

Offline

#3 2019-07-29 11:25:17

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Hetzner static IP assigment

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.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB