I am installing it in Ubunutu 22.04. This is my netplan file:
root@TestTR069SRV:~# cat /etc/netplan/00-installer-config.yaml
network:
ethernets:
ens160:
addresses:
- 192.168.21.90/24
ens192:
addresses:
- 172.16.xx.xx/29
routes:
- to: default
via: 172.16.xx.xx
nameservers:
addresses:
- 192.168.20.x
- 192.168.20.x
version: 2
Now i can ping gatway successfully from TR server.
oot@TestTR069SRV:~# ping 172.16.xx.xx
PING 172.16.xx.xx (172.16.xx.xx) 56(84) bytes of data.
64 bytes from 172.16.xx.xx: icmp_seq=1 ttl=255 time=0.139 ms
When it went using route 192.168.21.1, it opened Genieacs ui. But once i bring P2P IP in the configuration, and added it in netplan and applied as shown above. I am not able to access ui.
Please help. I can provide more details as needed to further address this issue.
I am able to access now. There was an issue with VLAN. P2P VLAN conflict had occured.
In adddition, TR server was bounced once. There was stale mongodb process. I had to restart the mongodb service and it worked as expected.
For instance, if i just want to roll out firmware updates or any updates on just PBT ONTs. Is there a way to bundle PBT ONTs only and push the updates. Or may be bundle with model number / software version or similar way to update and make config changes on ONT( specific model number within same vender ONT )
Lets say, i want to bundle just ONT with model number EG8141A5
going offtopic here. If I want to push a parameter/whatever to a specific CPE, all I have to do is to set the appropriate tags to a CPE and then force a connection request of said CPE.
(I use tags in a different way as others, to signal when a CPE needs something particular, and itâs removed when the job is done)
on the other hand, if I had to do a âmass updateâ, since I don´t have PERIODIC_INFORM enabled, what I would do is to rely on a bash script to do the trick:
I am stilll little confused and not sure if that bash script answers my question regarding bundle update based on specific model . Would you be able to provide me an example to push PP0E username (0045537), PPPoE password (0045537) ( same as username for now), X_HW_VLAN ( 30) , for CPE with model numbers EG8141A5.
Note: assume there are 100s of CPE with given model number.