Modify ↓
Ticket #4360 (closed defect: worksforme)
Virtual interface - bad IP address
| Reported by: | tomas.mrazek@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 2.2.X | Component: | network |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello,
if I have an interface with IP address e.g. 192.168.1.1/24 and I want to add any virtual interface, I can do it for the whole subnet with no problem (I didn't find the case with a problem).
But if I want to add virtaul interface with an IP address from a different subnet (it allows me to do that), it halts during saving configuration. I had to reboot the system. The system was responsing but it couldn't save the configuration for network module.
The output of zentyal.log:
2012/05/16 08:42:42 INFO> GlobalImpl.pm:539 EBox::GlobalImpl::saveAllModules - Saving config and res tarting services: network dhcp openvpn firewall ipsec 2012/05/16 08:42:42 ERROR> Lock.pm:31 EBox::Util::Lock::lock - Could not get lock for service: netwo rk 2012/05/16 08:42:42 ERROR> GlobalImpl.pm:612 EBox::GlobalImpl::__ANON__ - Failed to save changes in module network: Could not get lock for service: network
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Hello Tomas Mrazek,
I have tested it with 192.168.56.1 and I can add both virtual interfaces with /2 and /8 netmask without problems. I think this is another problem which arose when saving changes.
I suggest you to remove manually the network lock with "sudo rm /var/lib/zentyal/tmp/network.lock" and try again.
If you get another error, please provide the output of zentyal log and your network conjuration.
Regards,
Javier