Multiple LAN IP Addresses?

3 posts / 0 new
Last post
sscnz
sscnz's picture
Multiple LAN IP Addresses?

Hey All,Quick q. I need to add multiple IP addresses to the LAN side. Running latest Shibby 1.28 (0.95). I have added a 2nd IP (192.168.150.253/24) under the basic network settings as br1. I have also enabled access between the default br0 and br1 under Advanced/LAN Acccess. There's an automatic route added for the new network (192.168.150.0/24) and I can ping the new router IP from a machine on the default network (192.168.250.0/24). I can't however ping any machines behind the router on the new network. So a device with 192.168.150.2/24 can't be reached from any machine on the 192.168.250.0/24 network. All clients are pointing to the correct GW in their own network.What have I missed? Any config?Thanks!

sscnz
sscnz's picture
Figured out a solution. If

Figured out a solution. If you want to add multiple LAN IP addresses, just add an IP alias to the existing interface. In my case this was:ifconfig br0:1 192.168.150.253 netmask 255.255.255.0I also added above line to the startup script so that it stays after a reboot.

Tanviro De Ismat
Tanviro De  Ismat's picture
Is it possible to add

Is it possible to add multiple IP addresses to the LAN side?