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 - Agricolovo

#1
Hello everyone,
sorry for hijacking the post.

I'm trying to setup DS-Lite and even following all the guides and forums I found
I can't get it working.
As a background, I live in Japan and I'm using Excite Mec Hikari as a provider,
so DS-Lite is necessary.
I already have a Yamaha router, which I was able to setup without problems,
but since I want to learn OPNSense I decided to set it up as well.
Still an extreme noob tho, so please forgive me in advance.

So, looking at guides and here I did the followings:

Note: OPNSense is running on Proxmox, where I configured a bridge for the WAN and another one for the LAN

1. Created a GIF (gif0) with
[Local Address = WAN] ,
[Remote Address = 2404:8e01::feed:101],
[Tunnel Local Address = 192.0.0.2] ,
[Tunnel Remote Address = 192.0.0.1] and
[Disable Ingress filtering = ON]

2. Assigned gif0 to a new interface [DSLite1].
[Block private networks = ON] and
[Block bogon networks = ON] ,
the rest at default

3. On [WAN] interface, I set
[IPv4 Configuration Type = DHCP] and
[IPv6 Configuration Type = DHCPv6],
[Prefix Delegation Size = 64 (Default)]
the rest at default

4. On [DNS], I set
[8.8.8.8] with [Use gateway = None]
[2001:4860:4860::8888] with [Use gateway = None]

5. On [Gateways] I have the following
- DSLITE1_TUNNELV4
  [Interface = DSLite1]
  [Address Family = IPv4]
  [IP Address = dynamic]
  [Upstream Gateway = ON]
  [Disable Gateway Monitoring = ON]
  All else at default

- WAN_DHCP6
  [Interface = WAN]
  [Address Family = IPv6]
  [IP Address = empty]
  [Upstream Gateway = OFF]
  [Disable Gateway Monitoring = ON]
  All else at default

- WAN_GW
   [Interface = WAN]
  [Address Family = IPv4]
  [IP Address = empty]
  [Upstream Gateway = ON]
  [Disable Gateway Monitoring = ON]
  All else at default

No Firewall rules set up yet.

For the settings that's it.
From the console I see that the WAN gets an IPv6 address,
and if I try to ping google.com I get a reply, but if I try to ping 8.8.8.8
I get nothing, only 100% packet loss.
So from what I understand OPNSense gets an IPv6 from my provider, but fails to translate it to IPv4?

I tried to redo a checking all the settings, but I cannot understand where the issue could lie.
Is there something else I should do or check to solve it?

Thank you in advance for help!