If you get a D6 router from Yousee then you can’t do port forward and other stuff on the Yousee router, and you therefore can’t host your own services as a private user.
To setup your own router, you will need to change your own routers mac address to the mac address of the Yousee router.
And you will have to enable IPTV/VLAN and set the VLAN ID to: 101
You might have to connect the Yousee router before you do above, but I haven’t tested it.
If you do port forward, I recommend you add a firewall between the router and your network to make your internal network more secure (well, you should do that anyway).
Monthly Archives: July 2025
Lombok Getters and Setters are not evaluated in Eclipse
When you install a new version Eclipse, you get the problem that getters and setters are not evaluated and there is failure during compilation.
To fix the issue, go to ~/.m2/repository/org/projectlombok/lombok/<lombok version>/
<lombok version>
.jar
And run java -jar <lombok version>.jar
.
In the installer, select the Eclipse version you want to update and click the Install/Update
button.
Restart Eclipse if already open and update your Update Mvn Project
in the Project menu
.