Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.1 Legacy Series
»
Access a single static address in different IP range from LAN
« previous
next »
Print
Pages: [
1
]
Author
Topic: Access a single static address in different IP range from LAN (Read 340 times)
lignumaqua
Newbie
Posts: 21
Karma: 0
Access a single static address in different IP range from LAN
«
on:
June 16, 2024, 12:10:28 am »
I'd appreciate help with what I hope is a simple question.
I'm getting a Tesla Powerwall installed which has a fixed IP address of 192.168.91.1. This cannot be changed. It will be connected to my Wi-Fi for connection to the Tesla cloud but I'd also like to be able to access this from within my LAN which is at 192.168.0.1/23.
Can I set up a static route and give the 192.168.91.1 address an alias IP within my normal LAN range?
I know I could do this on a computer using, for example, something like :
Code:
[Select]
sudo ip route add 192.168.91.1 via 192.168.0.100
How do I do the same with OPNSense so that any computer on the LAN can access it?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.1 Legacy Series
»
Access a single static address in different IP range from LAN