If you are using Samba Server on your network, you will want to create users that have access to use it. There’s a very simple command structure on how to do so.
I’m assuming that you’ve already installed Samba Server at this point.
after I install libvirt-bin and ubuntu-virt-server etc, my resolv.conf auto reset by dnsmasq about every hour
I haven't install network-manager and resolvconf and I search for dnsmasq, only dnsmasq-base have been installed.
when I try to remove dnsmasq-base, libvirt-bin will be removed automatically
how to keep dns config not be changed?
I'm running Ubunut 12.04
I want *localhost.dev to point to 127.0.0.1.
Ubuntu 12.04 comes with dnsmasq-base installed with network-manager. But there is no /etc/dnsmasq.conf.
So I installed the dnsmasq package
The /etc/dnsmasq.conf file appeared
I added: address=/localhost.dev/127.0.0.1
sudo restart network-manager
Doesn't work. How do I solve this?
EDIT: Turns out it works after a restart.
My laptop is connected to internet through a crossover cable (DHCP) and I want to share this connection with my HTC tattoo through wifi (my laptop has wifi, no need for router).Is this thing possible ?
I installed dnsmasq and created a wireless connection from network manager, but my phone doesn't find this connection, why?
Thanks
I am using dnsmasq to try and share my internet connection.
Network is as follows.
Internet --> Router -wlan0-> Debian Box (sprocket) -eth0-> net enabled blu-ray player (Sony S370)
Graphical way
Open Synaptic (System -> Administration -> Synaptic Package Manager). In Settings -> Repositories, make sure you have a “multiverse” repository activated.
I am sharing internet from eth1 to eth2. I do this by editing the eth2 properties and setting method to Shared to other computers.
I also use dnsmasq for dns caching. Now if I enable Internet sharing I have to stop the existing dnsmasq instance as network manager starts its own dnsmasq instance. But this new dnsmasq instance has no dns caching options.
Now my dns query is taking more time.
Making server for school. ISP is PPPoe. internet-modem/router-server-WAN(eth0)-LAN(eth2)-switch-clients. eth0 is dhcp. eth2 is static 10.10.0.1 255.255.255.0.
I am attemting to use dnsmasq to create dns caching and dhcp on LAN.
I commented out dns-dnsmasq in NM, downloaded and installed dnsmasq, and configured dnsmasq.conf, but no caching and no dhcp.
{lang: 'en-GB'}
Dnsmasq is a lightweight server designed to provide DNS (and optionally DHCP and TFTP) services to a small-scale network. It can serve the names of local machines which are not in the global DNS.