a05e
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I'm currently using FreeBSD 9.1-RELEASE as a home ZFS file server, but I also wanted to go router-less. I recently set it up to share internet through all Ethernet ports and use a USB wireless adapter as an access point. The problem I'm having is that I cannot ping or SSH my FreeBSD machine from any of the computers connected to it (by Ethernet or wireless) except for one Windows 7 machine. The thing that I find strange is that all computers can mount network share from FreeBSD using hostnames (i.e. SMB://hostname/share). I can ping all computers using their static IPs but hostnames don't (except for the Windows machine). I know I'm missing something (do I have to setup a DNS server or DHCP?) because when I was using a DD-WRT router, hostnames, DHCP, and IP addresses were working fine with all computers. |
|
#2
|
||||
|
||||
|
You are missing DNS. From windows it will work because it will resort to resolving hostnames using NetBIOS broadcasts.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
avattz (February 21st, 2013) | ||
|
#3
|
|||
|
|||
|
For your scenario maybe have a look at dns/dnsmasq.
That serves as a DHCP- and DNS-server. The DNS-part is pretty simple as it uses the hosts /etc/hosts and /etc/resolv.conf files. But the config file is pretty self-explaining. |
| The Following User Says Thank You to gqgunhed For This Useful Post: | ||
avattz (February 21st, 2013) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ggate, cifs or nfs? | fluca1978 | Web & Network Services | 1 | October 22nd, 2012 22:48 |
| denyhosts is not blocking hostnames | ghostcorps | Firewalls | 5 | October 5th, 2011 23:36 |
| [Solved] last(1) not showing hostnames, only IP addresses (8.0-RC1) | draenan | Networking | 8 | May 5th, 2011 00:41 |
| Why does my jail not resolve hostnames? | osx-addict | Firewalls | 17 | March 4th, 2009 22:13 |
| SNMP multiple hostnames | Mike_MT | Networking | 0 | February 19th, 2009 22:27 |