arpresolve: can't allocate llinfo for 192.168.100.1
-
@HG said in arpresolve: can't allocate llinfo for 192.168.100.1:
My experience with the Technicolor TC4400 SR70.12.33-180327 is that I can only access the management interface with the NAT and Virtual IP while it is connected to the ISP.
That is a limitation of that particular modem model.
-
@mrsunfire said in arpresolve: can't allocate llinfo for 192.168.100.1:
How to set a static arp?
Unfortunately, I don't know how to do it permanently, and I have no real experience with it, but you could try first manually by executing "arp -S 192.168.100.1 xx:xx:xx:xx:xx:xx" (replace xx:xx:xx:xx:xx:xx with the modem's MAC address) on the command line to see if it really helps.
-
On DHCP server site I can configure static arp but on client site I don't think so. Maybe by command. I will give it a try next week and will update you guys. Thanks so far.
-
@mrsunfire said in arpresolve: can't allocate llinfo for 192.168.100.1:
If it's not connected to the ISP, starts to deliver a 192.168.100.10 IP by DHCP.
Maybe I remembered incorrectly and that was probably also the case in my setup and I added the virtual IP together with the NAT.
-
Did any of you try adding a VIP on the WAN in the modem mgmt subnet?
-
What do you mean by this? I now added a Virtual IP for WAN (192.168.100.2) and will see if this helps. Before that I didn't have any VIP or NAT only a outbound firewall rule on LAN.
-
If pfSense has a an interface in that subnet marked as local in the routing table it should be able to add ARP entries for things inside it removing the issue.
You might need to add an outbound NAT rule after doing that though since pfSense will just route to it as a local subnet and the modem will have no rout5e back.Steve
-
I can confirm, that adding VIP to WAN with /32 mask and adding outbound NAT gives proper access to maintenance screen of TC4400. I cross checked through web ui as well as ssh, that its working without adding static arp (there is actually no arp entry). I'd originally defined the VIP in /24 subnet on WAN interface. In that case obviously i needed a static arp entry. But with /32 its not required.
-
-
-
@stephenw10 said in arpresolve: can't allocate llinfo for 192.168.100.1:
Did any of you try adding a VIP on the WAN in the modem mgmt subnet?
This worked for me. Thank you @stephenw10
-
@war6000 while that would most likely stop the logs you were seeing. It would prob be a more logical to set your ip to say 192.168.100.2/24 and then if you want to talk to 192.168.100.1 to access say your modems status page you would be coming from 192.168.100.2 vs your public IP on that interface hoping the modem answers, etc.