I installed the Asterisk Now on my virtual Machine . Installation went smoothly , after installation it gives me this message while asking user id and password
"To Configure AsteriskNow with FreePBX, point your browser to http://10.0.2.15"
From forum usually it give ip of 192.168.x.x , and i can not able to access that ip 10.0.2.15 . I tried to change the ip from this file
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:0C:29:A1:17:AD
ONBOOT=yes
IPADDR=192.168.1.53
NETMASK=255.255.255.0
NETWORK=192.168.1.0
GATEWAY=192.168.1.1
TYPE=Ethernet
PEERDNS=yes
USERCTL=no
/etc/init.d/network restart
and configure Dns Settings
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
now when i run ifconfig it shows me new ip but i can not able to ping my router and stuck here
