So I'm continuing my experiments with my ASUS N66U. Sorry for posting stupid questions.
I'm trying to set up a second WAN that I get from a VLAN on my regular WAN-port. There should be a DHCP-server handing out IP addresses on that VLAN. I do the following through SSH for now.
Everything is accepted and ifconfig looks correct after everything is done, except that I didn't get an IP address for the 845 VLAN. I'm expecting vlan845 to get an IP address. But maybe my expectations are wrong?
I'm trying to set up a second WAN that I get from a VLAN on my regular WAN-port. There should be a DHCP-server handing out IP addresses on that VLAN. I do the following through SSH for now.
Code:
robocfg vlan 845 ports "0t 8t"
vconfig add eth0 845
ifconfig vlan845 up
Everything is accepted and ifconfig looks correct after everything is done, except that I didn't get an IP address for the 845 VLAN. I'm expecting vlan845 to get an IP address. But maybe my expectations are wrong?