i installed a new WordPress 4.1 multisite
I can navegate Front and access to the main site dashboard
http://blog.urlcorrect.com/wp-admin/
What did the trick for me was to check the database.
Look for the table wp_options and change the rows with option_name siteurl and home from http://127.0.0.1/something to http://localhost/something
wp_options
option_name
siteurl
home
http://127.0.0.1/something
http://localhost/something
hope that helps!