Hardware: RT-AC656U
Firmware: Asus Merlin 378.55
Hi all.
I've been playing around with routes, interfaces and DHCP on my router, but I can't get DHCP working correctly.
I'd created a VLAN associated and tagged with WAN and CPU port through robocfg and got up with vconfig and ifconfig:
All working fine.
Now, I want assing a DHCP addr to my new interface (no problem on server side), so I attempt with a simple udhcpc:
Lease is received correctly, but is not assigned to my iface after all, my iface is not configured with the lease. I can make my iface working fine setting it manually (addr/mask with ifconfig) but i don't accomplishment this with udhcpc.
I'm missing something??
thank in advanced
Firmware: Asus Merlin 378.55
Hi all.
I've been playing around with routes, interfaces and DHCP on my router, but I can't get DHCP working correctly.
I'd created a VLAN associated and tagged with WAN and CPU port through robocfg and got up with vconfig and ifconfig:
Code:
robocfg vlan 8 ports "4t 5t"
vconfig add eth0 8
ifconfig vlan8 up
All working fine.
Now, I want assing a DHCP addr to my new interface (no problem on server side), so I attempt with a simple udhcpc:
Code:
udhcpc -i vlan8
udhcpc (v1.20.2) started
Sending discover...
Sending select for 10.5.21.187...
Lease of 10.5.21.187 obtained, lease time 43200
Lease is received correctly, but is not assigned to my iface after all, my iface is not configured with the lease. I can make my iface working fine setting it manually (addr/mask with ifconfig) but i don't accomplishment this with udhcpc.
I'm missing something??
thank in advanced