I just spent the better part of the day getting Internet Connection Sharing via Network Manager to work on Maya. The problem is that my installation didn't have a /etc/resolv.conf. If you're connecting via DHCP, you don't need one, but apparently Network Manager's Internet Connection Sharing does.
So do "sudo pluma /etc/resolv.conf" and (assume you get a blank file) enter in this, replacing the bracketed items of course:
- Code: Select all
#Begin /etc/resolv.conf
domain [YourDomain]
nameserver [YourPrimaryNameserver]
nameserver [YourSecondaryNameserver]
#End /etc/resolv.conf
You can get the primary and secondary nameserver IPs by right-clicking on Network Manager and selecting "Connection Information" and making sure you're on the tab for your Internet connected network device.
As soon as I made my resolv.conf and rebooted, the device I was sharing found the Internet with no problem as all.