Quote from: Maurice on September 03, 2023, 08:20:06 PM
Don't use a /65, this only means trouble (SLAAC doesn't work etc.). HE will give you a /48, just enable it in your account's settings
Thanks, Maurice! I'll do that.
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 MenuQuote from: Maurice on September 03, 2023, 08:20:06 PM
Don't use a /65, this only means trouble (SLAAC doesn't work etc.). HE will give you a /48, just enable it in your account's settings
password <password>
no login
Quoteroot@OPNsense2:~ # netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
0.0.0.0/1 A.B.C.1 US vmx0
default A.B.C.1 UGS vmx0
A.B.C.0/24 link#1 U vmx0
A.B.C.3 link#1 UHS lo0
G.H.I.195 A.B.C.1 UGHS vmx0
G.H.I.198 A.B.C.1 UGHS vmx0
127.0.0.1 link#3 UH lo0
128.0.0.0/1 A.B.C.1 US vmx0
D.E.23.1 link#7 UHS lo0
D.E.23.2 link#7 UH ipsec100
D.E.F.0/24 link#2 U em0
D.E.F.3 link#2 UHS lo0
Quoteroot@OPNsense2:~ # route delete -net 0.0.0.0/1 A.B.C.1
delete net 0.0.0.0: gateway A.B.C.1
root@OPNsense2:~ # route delete -net 128.0.0.0/1 A.B.C.1
delete net 128.0.0.0: gateway A.B.C.1
root@OPNsense2:~ # netstat -rn | more
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default A.B.C.1 UGS vmx0
A.B.C.0/24 link#1 U vmx0
A.B.C.3 link#1 UHS lo0
G.H.I.195 A.B.C.1 UGHS vmx0
G.H.I.198 A.B.C.1 UGHS vmx0
127.0.0.1 link#3 UH lo0
D.E.23.1 link#7 UHS lo0
D.E.23.2 link#7 UH ipsec100
D.E.F.0/24 link#2 U em0
D.E.F.3 link#2 UHS lo0
Quoteroot@OPNsense2:~ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=53 time=13.144 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=13.146 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=13.238 ms