Hello!
I'm trying to set squid get the names of pcs thats accessing the net. I configured a new logformat with "%>A" parameter and the result is ok for pcs that's at domain, but the pcs at workgroups, the result is only the ip.
I configured the squid.conf with the ip of Domain Server, the auto DNS configured at DHCP.
I configured the /etc/hosts this way:
I configured /etc/resolv.conf this way:
What I need to configure more for I can ping the pcs out of the domain? Thanks a lot!
I'm trying to set squid get the names of pcs thats accessing the net. I configured a new logformat with "%>A" parameter and the result is ok for pcs that's at domain, but the pcs at workgroups, the result is only the ip.
I configured the squid.conf with the ip of Domain Server, the auto DNS configured at DHCP.
Code:
dns_nameservers xx.xx.xx.xx
I configured the /etc/hosts this way:
Code:
127.0.0.1 localhost localhost.domain
xx.xx.xx.xx FreeBSD.domain FreeBSD
xx.xx.xx.xx DNSServerName
xx.xx.xx.xx DNSServerName.domain
I configured /etc/resolv.conf this way:
Code:
domain FreeBSDDomain
search DNSServerName.domain
nameserver xx.xx.xx.xx #(ip of domain server)
What I need to configure more for I can ping the pcs out of the domain? Thanks a lot!