One question, I use below openwrt, is there some p...
# netmaker
b
One question, I use below openwrt, is there some preset config file? And correctly compile the integrated firmware. For example /etc/config/netmasker? If so how are the rules?
b
I don't understand your question
b
okok
soc 4019
ipq4019
root@antrouter:~# netclient join -t eyJhcGljb25uc3RyaW5nIjoiYXBpLnNkd2FuLjU1ODYwLmNvbTo0NDMiLCJuZXR3b3JrIjoibXluZXQiLCJrZXkiOiI4MDhkYmMyMGUzZjE1NjMx IiwibG9jYWxyYW5nZSI6IiJ9 2022/09/30 06:48:22 no server address provided root@antrouter:~#
My router has installed netclient/ correctly The path is /etc/init.d/netclient I have created netmaker correctly create network, KEY At the same time my windows and linux are running and joining the network. What I want to achieve is that two PCs under openwrt can communicate with each other. For example openwrt A 192.168.100.x For example Openwrt B 192.168.101.x PCs connected below them are able to access each other via netmaker.
b
try with a different token
what you are trying to do is achievable
b
for example?
Join Command netclient join -t eyJhcGljb25uc3RyaW5nIjoiYXBpLnNkd2FuLjU1ODYwLmNvbTo0NDMiLCJuZXR3b3JrIjoibXluZXQiLCJrZXkiOiI4MDhkYmMyMGUzZjE1NjMxIiwibG9jYWxyYW5nZSI6IiJ9
b
you would have to is create an egress gateway on both openwrt nodes .. .and then on each pc add an explicit route to the other lan using the egress gateway
b
I can't run it on openwrt right now. Please tell me is there any way to make openwrt run automatically as a service. For example, a configuration file like frpc can be defined in /etc/config/frpc. It starts automatically every time you turn it on.
b
non-systemd linux systems are not well supported right now
b
define Package/netmaker/install $(INSTALL_DIR) $(1)/etc/netclient/ $(INSTALL_DIR) $(1)/etc/netclient/config $(INSTALL_DIR) $(1)/etc/systemd/ $(INSTALL_DIR) $(1)/etc/systemd/system $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/netmaker $(1)/usr/bin/ $(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/netclient $(1)/usr/bin/ $(CP) ./root/* $(1)/ $(LN) netclient $(1)/etc/netclient/netclient endef
b
a service file for openwrt does not exist at this time
b
I see that the makefile will have these files. Is there a config file that can provide a reference?
openwrt /etc/init.d/netclient
b
where are you seeing that
b
./netclient enable
./netclient start
netmaker-openwrt
makefile
b
you have to ask sbilly about that... he build that, not the netmaker team