<div dir="ltr">Hello List<br><br><br>I would like to be able to connect an old NT4 workstation (I do know NT is old, very old:-) on a remote location via an USB-tethered  mobile phone(Android/CM12.1) via a Linux-box to the internet (in order to be able to up- and download some few mails).<br><br>Since USB is not supported on NT4, I am wondering if a Linux-Box with DNSmasq could be used as a DHCP-server for the NT4-machine. At the moment the mailer software running under NT4 cannot be installed on a newer operating system :-( <br><br><br>Unfortunaletly the DHCP-client of the NT4-box does not receive an IP, neither its working with static IP's for the NT4 workstation :-(<br><br><br>Any ideas what am I doing wrong?<br><br><br>Any feedback is appreciated very much! Thank's a lot!<br><br>Bill<br><br>-----------------------------------------------------------------<br><br><br>Linux Mint-box<br>**************<br>- DNSmasq 2.68-1 <br>- IP of USB: 192.168.42.20<br>- IP of eth0: 192.168.42.30 <br><br><br>/etc/dnsmasq.conf (uncommentent lines)<br>**************************************<br>- listen-address=127.0.0.1<br><br># Never forward plain names (without a dot or domain part)<br>domain-needed<br># Never forward addresses in the non-routed address spaces.<br>bogus-priv<br><br># Uncomment this to enable the integrated DHCP server, you need<br># to supply the range of addresses available for lease and optionally<br># a lease time. If you have more than one network, you will need to<br># repeat this for each network on which you want to supply DHCP<br># service.<br>dhcp-range=192.168.42.25,192.168.42.50,12h<br><br><br>/etc/resolv.conf<br>****************<br>nameserver 127.0.0.1<br>nameserver 208.67.222.222<br><br><br>/etc/hosts<br>**********<br>- 127.0.1.1 mint<br>- 192.168.42.40 nt4<br><br><br><br>/etc/dhcp/dhclient.conf (uncommentent lines)<br>********************************************<br>#supersede domain-name "<a href="http://fugue.com">fugue.com</a> <a href="http://home.vix.com">home.vix.com</a>";<br>prepend domain-name-servers 127.0.0.1;<br>request subnet-mask, broadcast-address, time-offset, routers,<br>    domain-name, domain-name-servers, domain-search, host-name,<br>    dhcp6.name-servers, dhcp6.domain-search,<br>    netbios-name-servers, netbios-scope, interface-mtu,<br>    rfc3442-classless-static-routes, ntp-servers,<br>    dhcp6.fqdn, dhcp6.sntp-servers;<br>require subnet-mask, domain-name-servers;<br>timeout 60;<br>retry 60;<br>reboot 10;<br>select-timeout 5;<br>initial-interval 2;<br><br><br><br>NT4-Workstation (if configured manually)<br>***************<br>- IP: 192.168.42.40<br><br>- pinging to DNS 208.76.222.222 not possible (time out)<br><br></div>