Memorise

Archive for May, 2011

VMWare Fusion Change vmnet1 IP address

You can change ip address using ifconfig command itself. You can use Terminal. you will need permission to change the IP, use su Shirajs-MacBook-Pro:~ shiraj$ su Password: sh-3.2# To set IP address 192.168.200.1, enter command: # ifconfig vmnet1 192.168.200.2 netmask 255.255.255.0 up # ifconfig vmnet1   you can change the /Library/Application Support/VMWare Fusion/vmnet1/dhcpd.conf and have […]