Current main network (192.168.40.1) is on LAN(igb1) and therefore untagged. I want my main network (192.168.40.1) to be on vlan40 (tagged) and I want igb1 to use 192.168.50.1 so .50.1 will be untagged. I created a vlan40 but gave the IP of 192.168.99.1 temporarily.
Can I do the following by editing the XML config and re-uploading it?
After saving the file and re-uploading this configuration -- Will my PC, opnSense firewall, switch and other devices (APs, servers, etc) still be accessible as they will all be in the same subnet?
Thanks in advance
Can I do the following by editing the XML config and re-uploading it?
- Under <interfaces><lan> - Change the <ipaddr> from 192.168.40.1 to 192.168.50.1
- Under <interfaces><opt5> - Change the <ipaddr> of vlan40 from 192.168.99.1 to 192.168.40.1
- Under <dhcpd><lan> - Change the <range> to be 192.168.50.x and 192.168.50.y
- Under <dhcpd><lan> - Change the <dnsserver> to 192.168.50.1
- Under <dhcpd><lan> - Cut the static maps from <lan> and copy it under <dhcpd><opt5>
- Under <dhcpd><opt5> - Change the <range> to be 192.168.40.x and 192.168.40.y
- Under <dhcpd><opt5> - Change the <dnsserver> to 192.168.40.1
After saving the file and re-uploading this configuration -- Will my PC, opnSense firewall, switch and other devices (APs, servers, etc) still be accessible as they will all be in the same subnet?
Thanks in advance