What's new

Not documented functionnality (DHCP Option) - How is it working ?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

EricZ318

New Around Here
I have a RT-AC68U router and i need to bypass my ISP modem/router (mandatory and no bridge mode).

It seems it can be done by putting this line in dhcp conf (getting public adress) :

send vendor-class-identifier "bytelont"

Merlin firmware has implemented an option for this :

User-defined options for WAN DHCP queries (required by some ISPs)

But on the Asus, i don't know what i have to enter in this field (WAN>Manual).

I think i don't have to enter the "send" keyword i'm correct ?

So i have to enter : vendor-class-identifier "bytelont" ? With or without the quotes ?

Since at the moment it does not work, but that could come from elsewhere, so i would like to be sure of the syntax to use, so i can find the bug that will come from other parameters.

Thanks in advance.

I did not find any information on this on the Merlin wiki :(
 
I had the same issue

you have to put these lines in /jffs/scripts/services-start

Code:
#!/bin/sh

sleep 10


killall udhcpc
udhcpc -i eth0 -V "your vendor"

in ssh session enter

chmod a+rx /jffs/scripts/services-start
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top