I am using homestead as my dev environment for my yii2 tutorial and my problem is I cannot configure the lines below to access gii in http://hostname/index.php?r=gii
'gii' => [
'class' => 'yii\gii\Module',
'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20']
],