Welcome Guest. Please Login or Register  


You are here: Index > Virtualizor - Virtual Server Control Panel > General Support > Topic : Hetzner Subnet IP shows unreachable



Threaded Mode | Print  

 Hetzner Subnet IP shows unreachable (6 Replies, Read 9619 times)
bigbull
Group: Member
Post Group: Newbie
Posts: 24
Status:
hello, i have a dedicated server from hetzner.
i have an additional subnet of /29

Here is the my main IP details :-

IP :- 88.X.X.115
Gateway :- 88.X.X.65
Netmask :- 255.255.255.192

and Here is subnet details :-
Subnet :- 88.X.134.104
Gateway :- 88.X.X.115
Netmask :- 255.255.255.248

Usable IPs provided by hetzner :- 88.X.134.104 to 88.X.134.110

IP Pool I added in Virtualizor Panel :-
Gateway :- 88.X.134.104
Netmask :- 255.255.255.0
First IP :- 88.X.134.105
Last IP :- 88.X.134.110
NAT Enabled Yes

Here is the details of ifcfg-enp0s31f6 file :-

Quote
### Hetzner Online GmbH installimage

DEVICE=enp0s31f6
ONBOOT=yes
BRIDGE=viifbr0
BOOTPROTO=none
IPADDR=88.X.X.115
#PREFIX=32
GATEWAY=88.X.X.65
NETMASK=255.255.255.192
SCOPE="peer 88.X.X.65"
DEFROUTE=yes

IPV6INIT=yes
IPV6ADDR=2a01:4f8:10b:197::2/64
IPV6_DEFAULTGW=fe80::1
IPV6_DEFROUTE=yes
IPV6_DEFAULTDEV=enp0s31f6


Here is the details of ifcfg-viifbr0 file :-

Quote
### Hetzner Online GmbH installimage

DEVICE=viifbr0
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=static
IPADDR=88.X.X.115
#PREFIX=32
GATEWAY=88.X.X.65
NETMASK=255.255.255.192
SCOPE="peer 88.X.X.115"
DEFROUTE=yes

IPV6INIT=yes
IPV6ADDR=2a01:4f8:10b:197::2/64
IPV6_DEFAULTGW=fe80::1
IPV6_DEFROUTE=yes
IPV6_DEFAULTDEV=enp0s31f6


Here is the details of route-viifbr0 file :-

Quote
### Hetzner Online GmbH installimage

ADDRESS0=0.0.0.0
NETMASK0=0.0.0.0
GATEWAY0=88.X.X.115


Now, what is happening here is only 88.X.134.104 is pinging all others are showing unreachable.
tried to assign to VPS but showing unreachable.

anyone have solution?
IP: --   

Hetzner Subnet IP shows unreachable
wolke
Group: NOC
Post Group: Elite Member
Posts: 437
Status:
seems that You created the br interface manually?

Don´t do that. Virtualizor will do that automatically.

At the node, change ifcfg-enp0s31f6 to this:

Code
DEVICE=enp0s31f6
ONBOOT=yes
BOOTPROTO=none
IPADDR=88.X.X.115
GATEWAY=88.X.X.65
NETMASK=255.255.255.192
DEFROUTE=yes

IPV6INIT=yes
IPV6ADDR=2a01:4f8:10b:197::2/64
IPV6_DEFAULTGW=fe80::1
IPV6_DEFROUTE=yes
IPV6_DEFAULTDEV=enp0s31f6



Then delete the  ifcfg-viifbr0 and route-viifbr0 files from the network-scripts directory.

Reboot.

Virtualizor will create the necessary interfaces / routes for you, but you may need to delete the IP pool and add it again. (Not sure about this)
IP: --   

Hetzner Subnet IP shows unreachable
wolke
Group: NOC
Post Group: Elite Member
Posts: 437
Status:
Make also sure, Virtualizor knows about your network interface, specially if your node is a slave, you will need to set the interface in Configuration. If not set, virtualizor assumes it is eth0.
IP: --   

Hetzner Subnet IP shows unreachable
bigbull
Group: Member
Post Group: Newbie
Posts: 24
Status:
Tried , still not working  :squi:
IP: --   

Hetzner Subnet IP shows unreachable
bigbull
Group: Member
Post Group: Newbie
Posts: 24
Status:
Sir when i ping :

ping 88.x.x.105
PING 88.x.x.105 (88.x.x.105) 56(84) bytes of data.
From 88.x.x.115 icmp_seq=1 Destination Host Unreachable
getting this
IP: --   

Hetzner Subnet IP shows unreachable
jevingala
Group: Virtualizor Team
Post Group: Super Member
Posts: 742
Status:
Hi,


If you are using only NAT ip pools then no need to create/start anymore bridges for now.
Regarding network for vps, can you show output of brctl show and ifconfig from server ?

Is that vps able to ping gateway from vnc ?

Edited by jevingala : March 11, 2021, 9:21 am

-----------------------
Regards,
Virtualizor Team.
http://virtualizor.com/
IP: --   

Hetzner Subnet IP shows unreachable
wolke
Group: NOC
Post Group: Elite Member
Posts: 437
Status:
hmm, there is not much more you could do.

If you ping any other IP except the gateway (the first one in the subnet) and you get the output you provided means, they are routed correctly to the node. from there they stuck.

You should open a support ticket for that to have Virtualizor support have a deeper look insight.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 25, 2024, 12:21 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.040