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

#1
Orange in france
#2
Hi

that was a bug,

i fully reinstalled and was able to have 2 different vlan 832 on 2 different NICs
#3
Thanks,

i did it, but actually my ISP dont allow me to do a second prefix delegation...
#4
Hi

i've got 5 physical interfaces

on bxe1 interface, i set VLAN tag 832, and i use this new interface in assignment

When i try to add VLAN tag 832 on re1 interface, it removes the bxe1_vlan from configuration, and messes up the whole configuration

Is that a bug ?
#5
YEs i tried, if i remove those options, my isp dont give me an ipv6 prefix...
#6
Hi thanks for your answer,

it's an /56

for authentification, i need to send this
ia-pd 0 ,raw-option 15 00:2b:46:53:56:44:53:4c:5f:6c:69:76:65:62:6f:78:2e:49:6e:74:65:72:6e:65:74:2e:73:6f:66:74:61:74:68:6f:6d:65:2e:4c:69:76:65:62:6f:78:34 ,raw-option 16 00:00:04:0e:00:05:73:61:67:65:6d ,raw-option 6 00:0b:00:11:00:17:00:18 ,raw-option 17 00:00:05:58:00:06:00:0e:49:50:56:36:5f:52:45:51:55:45:53:54:45:44 ,raw-option 11 00:00:00:00:00:00:00:00:00:00:00:mysecretid

And also
X Prefix Delegation (checked)
id-assoc pd ID                     0
Prefix Interface Site-Level Aggregation Length        8


Here's my dhcp6c.conf
interface bxe1_vlan832 {
  send ia-pd 0;
  send raw-option 15 00:2b:46:53:56:44:53:4c:5f:6c:69:76:65:62:6f:78:2e:49:6e:74:65:72:6e:65:74:2e:73:6f:66:74:61:74:68:6f:6d:65:2e:4c:69:76:65:62:6f:78:34;
  send raw-option 16 00:00:04:0e:00:05:73:61:67:65:6d;
  send raw-option 6 00:0b:00:11:00:17:00:18;
  send raw-option 17 00:00:05:58:00:06:00:0e:49:50:56:36:5f:52:45:51:55:45:53:54:45:44;
  send raw-option 11 00:00:00:00:00:00:00:00:00:00:00:secretID;
  script "/var/etc/dhcp6c_wan_script.sh";
};
id-assoc pd 0 {
  prefix-interface re0 {
    sla-id 0;
    sla-len 8;
  };
};



if i try to track ID 1 on LAN2 : You specified an IPv6 prefix ID that is out of range.
#7
Hi

i've got a router OPnsense 21.7 version,
with WAN (optical fiber) which gives me a prefix delegation IPV6 from my isp

On LAN1, i set the "track interface" with prefix delegation (pd 0). All my equipment on LAN1 has now IPV6 connection to internet
On LAN2 interface, i cant select track interface as it s already used by LAN1. I've got FDEC::: ipv6, and it doesnt have ipv6 connection

How can i allow my LAN2 to have IPV6 working ?

Thanks :)
#8
Hi

i've got 2Gbps fiber, with 1Gbps output on ethernet. Using 2 ports of my internet box, i can combine to have 2 gbps. it's working on my computer using socks server which dispatch load on two nics. My box create a subnet at 192.168.1.1 on ethernet 1gbps on each port

i want to combine 2 ports to have 2gbps using mutlti wan balancing
- i use one opnsense after the fiber to have an internet access at subnet 192.168.2.1 with ethernet at 1gbps
- and for my lan, i'm using another powerful (i7) opnsense with
1 nic @ 1gbps as WAN1 192.168.1.1
1 nic @ 1 gbps as WAN2 192.168.2.1
1 nic @ 2.5 gbps for output LAN

i configured gateway group both tier 1 for 192.168.1.1 and 192.168.2.1 gateways. I should combine to be roughly at 2 gbps.

actually, my output lan (normally 2.5 gbps capable) is capped at 1gbps. No combination of bandwidth with my 2 WAN @ 1 Gbps each. If use 2 different computers at the same time, both have 1gbps.

Is it a limitation of opnsense to do 2 multi wan at full 1gbps, and not ne able to combine output at 2gbps with load balancing ?

Thanks