( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0010415432{main}( ).../index.php:0
20.10524720640Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.561117197520Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.561317197576Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.561317197952Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.561317197952Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.561517198048Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.561917237968require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.566717535240GKTemplate->__construct( ).../component.php:31
100.573517719624GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.574117764480require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0010415432{main}( ).../index.php:0
20.10524720640Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.561117197520Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.561317197576Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.561317197952Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.561317197952Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.561517198048Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.561917237968require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.566717535240GKTemplate->__construct( ).../component.php:31
100.575617892808GKTemplateMenu->getMenuType( ).../gk.framework.php:85
Howto disable IPv6 on Centos 6.3 or Redhat 6.3 RHEL
Logo
Print this page

Howto disable IPv6 on Centos 6.3 or Redhat 6.3 RHEL

 

Howto disable IPv6 on Centos 6.3 or Redhat 6.3 RHEL

1. Check IPv6 on your Centos or RHEL Server

[root@Centos6 ~]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:0c:29:55:52:41 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.112/24 brd 192.168.0.255 scope global eth0
inet6 fe80::20c:29ff:fe55:5241/64 scope link
valid_lft forever preferred_lft forever
[root@Centos6 ~]#

2. Disabe ipv6 on your server

[root@Centos6 ~]# vi /etc/modprobe.d/disable-ipv6.conf
install ipv6 /bin/true
[root@Centos6 ~]# vi /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=Centos6.3
GATEWAY=192.168.0.1
[root@Centos6 ~]# echo “net.ipv6.conf.all.disable_ipv6 = 1″ >> /etc/sysctl.conf
[root@Centos6 ~]# init 6

3. Check your IP Address on your server after reboot

[root@Centos6 ~]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0c:29:55:52:41 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.112/24 brd 192.168.0.255 scope global eth0
[root@Centos6 ~]#

That’s all. Thanks for using IThelpblog.com.

 

 

 

Last modified onSunday, 10 February 2013 23:42

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0010415432{main}( ).../index.php:0
20.10524720640Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.10524720640Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.430912448904Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.432112473344Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.433112528672Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.433512557496require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.444512992904K2ControllerItem->execute( ).../k2.php:64
90.444512992904K2ControllerItem->display( ).../BaseController.php:710
100.457013718104K2ControllerItem->display( ).../item.php:78
110.457013718104K2ControllerItem->display( ).../controller.php:19
120.462214114472Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.464014134840K2ViewItem->display( ).../ViewController.php:102
140.551517115872K2ViewItem->display( ).../view.html.php:742
150.551517115872K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.555417296072include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0010415432{main}( ).../index.php:0
20.10524720640Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.10524720640Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.430912448904Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.432112473344Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.433112528672Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.433512557496require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.444512992904K2ControllerItem->execute( ).../k2.php:64
90.444512992904K2ControllerItem->display( ).../BaseController.php:710
100.457013718104K2ControllerItem->display( ).../item.php:78
110.457013718104K2ControllerItem->display( ).../controller.php:19
120.462214114472Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.464014134840K2ViewItem->display( ).../ViewController.php:102
140.551517115872K2ViewItem->display( ).../view.html.php:742
150.551517115872K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.555417296072include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.