Author Topic: Network interface  (Read 2105 times)

spcmdr

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Network interface
« on: October 29, 2013, 02:53:09 pm »
Hi

Do I have to configure the network interface ?
I mean the install is working without any configuration but in the BWMonitor panel, there is nothing to configure.
I tried to configure the only interface I have with my server static address but id does not seems to work.

Code: [Select]
2013/10/29 09:33:54 INFO> Base.pm:229 EBox::Module::Base::save - Restarting service for module: firewall
2013/10/29 09:33:55 ERROR> Sudo.pm:231 EBox::Sudo::_rootError - root command set -e
/sbin/iptables -t filter -I iaccept -i venet0 -j NFQUEUE --queue-num 11
/sbin/iptables -t filter -I faccept -i venet0 -j NFQUEUE --queue-num 11 failed.
Error output: iptables: No chain/target/match by that name.

Command output: .
Exit value: 1 at /usr/share/perl5/Error.pm line 182
        Error::throw('EBox::Exceptions::Sudo::Command', 'cmd', 'set -e\x{a}/sbin/iptables -t filter -I iaccept -i venet0 -j NFQUE...', 'output', 'ARRAY(0xb2c585c)', 'error', 'ARRAY(0xb0403a4)', 'exitValue', 1, ...) called at /usr/share/p
erl5/EBox/Sudo.pm line 231
        EBox::Sudo::_rootError('/usr/bin/sudo -p sudo: /var/lib/zentyal/tmp/oCHoM28gzX.cmd 2>...', 'set -e\x{a}/sbin/iptables -t filter -I iaccept -i venet0 -j NFQUE...', 256, 'ARRAY(0xb2c585c)', 'ARRAY(0xb0403a4)') called at /usr/share/
perl5/EBox/Sudo.pm line 201
        EBox::Sudo::_root(1, '/sbin/iptables -t filter -I iaccept -i venet0 -j NFQUEUE --qu...', '/sbin/iptables -t filter -I faccept -i venet0 -j NFQUEUE --qu...') called at /usr/share/perl5/EBox/Sudo.pm line 152
        EBox::Sudo::root('/sbin/iptables -t filter -I iaccept -i venet0 -j NFQUEUE --qu...', '/sbin/iptables -t filter -I faccept -i venet0 -j NFQUEUE --qu...') called at /usr/share/perl5/EBox/Iptables.pm line 653
        EBox::Iptables::_executeModuleRules('EBox::Iptables=HASH(0xb249350)') called at /usr/share/perl5/EBox/Iptables.pm line 585
        EBox::Iptables::start('EBox::Iptables=HASH(0xb249350)') called at /usr/share/perl5/EBox/Firewall.pm line 186
        EBox::Firewall::_enforceServiceState('EBox::Firewall=HASH(0x9fe0380)') called at /usr/share/perl5/EBox/Module/Service.pm line 968
        EBox::Module::Service::_regenConfig('EBox::Firewall=HASH(0x9fe0380)') called at /usr/share/perl5/EBox/Module/Base.pm line 232
        EBox::Module::Base::save('EBox::Firewall=HASH(0x9fe0380)') called at /usr/share/perl5/EBox/GlobalImpl.pm line 654
        EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x9c18668)', 'progress', 'EBox::ProgressIndicator=HASH(0x9c15318)') called at /usr/share/perl5/EBox/Global.pm line 95
        EBox::Global::AUTOLOAD('EBox::Global=HASH(0x9c18334)', 'progress', 'EBox::ProgressIndicator=HASH(0x9c15318)') called at /usr/share/zentyal/global-action line 36
2013/10/29 09:33:55 ERROR> Iptables.pm:655 EBox::Iptables::__ANON__ - Error executing firewall rules for module ips
2013/10/29 09:33:55 INFO> Base.pm:229 EBox::Module::Base::save - Restarting service for module: events
2013/10/29 09:33:55 INFO> Base.pm:251 EBox::Module::Base::__ANON__ - Saving config for module: events
2013/10/29 09:33:55 ERROR> GlobalImpl.pm:734 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: network  at /usr/share/perl5/EBox/GlobalImpl.pm line 734
        EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x9c18668)', 'progress', 'EBox::ProgressIndicator=HASH(0x9c15318)') called at /usr/share/perl5/EBox/Global.pm line 95
        EBox::Global::AUTOLOAD('EBox::Global=HASH(0x9c18334)', 'progress', 'EBox::ProgressIndicator=HASH(0x9c15318)') called at /usr/share/zentyal/global-action line 36


Regards