Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - richidd

#1
regarding Tailscale. I took a deeper look. Seems like it is not for free?
#2
Thank you very much for your advice. I tried to

ping 172.217.169.14

but it doesn't do anything

I already added 8.8.8.8 to the DNS. DNS actually works, because

ping -4 google.de

results in


PING google.de (142.251.209.131) 56(84) bytes of data.


But it stops here. I never get an answer. It never times out  :o. Could it be that XCP-NG has something todo with it? What wonders me is that on that Server (10.101.10.12) I have 2 physical LANs, eth0 and eth1, but my ifconfig said that I connected it to xenbr0. What is xenbr0? I expected it to be connected to eth0?
#3
I got this network

[FIX WAN IP] ==> Fritzbox-Router [192.168.0.1/24] ==> OPNsense - WAN[192.168.0.120] ==> LAN[10.101.10.1/24] ==> XCP-NG[10.101.10.12]

Also Enabled Wireguard and Unbound DNS

When I ssh the XCP-NG via Wireguard I cannot access the internet. I havn't tried directly, but I guess it has the same effect.

from within the console on 10.101.10.12:

ping 10.101.10.1 -> OK
ping 192.168.0.1 -> OK
ping 8.8.8.8 -> OK (manually added it in the OPNsense as DNS)
ping google.com -> NO
curl google.com -> NO

Firewall live log shows that curl connects to the correct IP.

`route`
shows:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         OPNsense.locald 0.0.0.0         UG    0      0        0 xenbr0
10.101.10.0     0.0.0.0         255.255.255.0   U     0      0        0 xenbr0


I did read that I'm suppose to add a route to somehow tell the Router[192.168.0.1] that the respond of the requests need to be routed back to OPNsense [192.168.0.120], but I don't know how to. The default Outbound NAT Rule set seem good to me. I also disabled RFC1918.

What seemed a bit weired was that some auto log rules appeared in the Wireguard-Interface section even though the IP-Address was from another interface.

Any help would be great!