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

#1
25.1, 25.4 Production Series / Re: 25.1 FRR Errors
January 29, 2025, 09:06:09 PM
Did the upgrade 10 minutes too early ^^
Well the fix did the job, thanks
#2
Hi, that is "expected" :D

I did find a post on the github project / issues that provides a patch for that and another one for nginx logs that show permission denied on write
#3
22.1 Legacy Series / Re: Question relative to dnsmasq
February 02, 2022, 05:23:48 PM
Your status is the right one : Hero Member
#4
22.1 Legacy Series / Question relative to dnsmasq
February 02, 2022, 03:39:36 PM
Hi,

I was using dnsmasq as a tftp boot server, after update to 22.1, and going back to 21.7 and back again to 22.1 I've lost all my files and so on ... not the real problem

I'd like to set it up again but it seems that custom-options are not available anymore (I knew that, it was said in an previous update) and it seems that /usr/local/etc/dnsmasq.conf isn't read. (didn't try yet but all lines are commented out)

It seems that conf is read from the config file from opnsense and executed with arguments
e.g. /usr/local/sbin/dnsmasq --rebind-localhost-ok --stop-dns-rebind -H /var/etc/dnsmasq-hosts --port=5353 ...

My concern is about how to "hack" and set custom values to dnsmasq.conf (or elsewhere) to set my tftp server on again ?
#5
22.1 Legacy Series / Re: DHCP send option not sent
February 01, 2022, 07:35:04 PM
Quote from: franco on February 01, 2022, 01:33:21 PM
More places nobody reads proactively and complains about documentation quality when things went wrong. Yay! :)

you're rude, but this is real.

I've noticed changes about vlan and mac spoofing but advice was clear for me, mac spoofing only concern the interface where it was set ... in my case I leave it as is, this was an error

So now my issue is resolved, thanks to you, and doc is updated for being more complete, that's a good point !

Thanks again
#6
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 07:50:19 PM
Thanks a lot @Franco for the time you spent for us  ;)
#7
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 07:21:01 PM
Well, I don't understand everything as it become a bit technical...

The option I've choosen, as I'm writing through a 22.1 live os :

  • enable wan interface, without any "IPv4-6 Configuration Type" (set to "none")
  • enable Promiscuous mode on wan interface
  • leave vlan interface with spoofed mac as is

let me know if you find my choice is fine or if you think I should have set the same mac on wan and vlan
#8
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 04:54:06 PM
Quote from: nivek1612 on January 31, 2022, 04:48:37 PM
If I add this mac address to the VLAN parent interface as well I get an IP address and all is working well.

Is that how it should work ? What if you have another vlan with spoofed mac with the same parent ?
#9
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 04:44:25 PM
English is not my native language so I'm not sure about this point.

The wan (em1) interface is disabled on 21.7 and have no mac spoofing in its conf
The vlan100 which parent is em1/wan (em1_vlan100) use the spoofed mac address in its config (Mac adress : This field can be used to spoof the MAC address of the interface. Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank if unsure. This may only be required e.g. with certain cable connections on a WAN interface.)

[edit] The mac address sent by dhclient is the good one, see it in the .cap file
#10
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 03:31:02 PM
Hi,
So, I did it, and that didn't work but I have a clue !

Quote from: nivek1612you won't believe this. turned on capture. re saved WAN. now its shows an IP

Like Nivek, I turned on capture in promiscuous mode and I get an IP !

I was working with the live OS and the new dhclient from 22.1 (not the one you ask me to download)
#11
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 02:38:22 PM
Quote from: franco on January 31, 2022, 01:08:42 PM
nemric: in your case the discover is never answered. have you had your VLAN parent assigned and enabled? it looks like the outgoing package is never received by the other end.

::) vlan is assigned to a parent but as I don't need it the parent is disabled, that's my 21.7 config
#12
22.1 Legacy Series / Re: DHCP send option not sent
January 31, 2022, 12:32:59 PM
Yes I always have the pcap I've done when it fails.

I have changed my mac, Manufacturer_xx:xx:xx (xx:xx:xx:xx:xx:xx), the requested IP : Requested IP Address (123.123.123.123) and the hostname : hostname

#13
22.1 Legacy Series / Re: Can't write image to USB key
January 30, 2022, 08:39:42 PM
Quote from: karlson2k on January 30, 2022, 04:47:50 PM
I made my flash drive with the OPNsense installer using Rufus by feeding it an uncompressed image.

Did you do it on windows ?
I've tried multiple images, and the only one that work was v21.7 :-/

well, It's done now with opnsense command line ...
#14
22.1 Legacy Series / Re: DHCP send option not sent
January 30, 2022, 04:02:44 PM
So, I tried to replace dhclient on the USB key and then try to boot on live OS

My Vlan didn't obtain any ip again, the pb seems to be elsewhere :(
#15
22.1 Legacy Series / Re: Can't write image to USB key
January 30, 2022, 03:39:48 PM
Hi,
I finally make it work, in CLI with "dd if=OPNsense-22.1-OpenSSL-vga-amd64.img of=/dev/da0 bs=16k status=progress" command directly from opnsense
Didn't try to boot yet but dd didn't return any errors

I did try with etcher, it fails,with compressed and uncompressed img ....