I am haveing problems when i run the smbclient. Here is the output: flyawaycentral# ./smbclient -U% -L flyawaycentral.com Get_Hostbyname: Unknown host flyawaycentral.com Failed to get my hostname. Added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0 Added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0 Get_Hostbyname: Unknown host flyawaycentral.com Get_Hostbyname: Unknown host flyawaycentral.com Connection to flyawaycentral.com failed What did I do wrong and can anybody help me. I am running FBSD 4.3 and a WIN98 machine. Thanks Bob
Try adding -d3 to the end of your command and see what shows up. Joel On Wed, Oct 03, 2001 at 10:42:40PM -0500, Bob Bomar wrote:> I am haveing problems when i run the smbclient. Here is the output: > > flyawaycentral# ./smbclient -U% -L flyawaycentral.com > Get_Hostbyname: Unknown host flyawaycentral.com > Failed to get my hostname. > Added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0 > > Added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0 > > Get_Hostbyname: Unknown host flyawaycentral.com > Get_Hostbyname: Unknown host flyawaycentral.com > Connection to flyawaycentral.com failed >
Bob Bomar wrote:> > I am haveing problems when i run the smbclient. Here is the output: > > flyawaycentral# ./smbclient -U% -L flyawaycentral.com > Get_Hostbyname: Unknown host flyawaycentral.com > Failed to get my hostname. > Added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0 > > Added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0 > > Get_Hostbyname: Unknown host flyawaycentral.com > Get_Hostbyname: Unknown host flyawaycentral.com > Connection to flyawaycentral.com failed > > What did I do wrong and can anybody help me. > I am running FBSD 4.3 and a WIN98 machine.This isn't a samba problem. flyawaycentral.com doesn't exist as an A (host) record, only as an MX record. Did you want www.flyawaycentral.com? Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Samba Team member, Build Farm maintainer abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net
Joel Hammer wrote:> Try adding -d3 to the end of your command and see what shows up. > Joel > On Wed, Oct 03, 2001 at 10:42:40PM -0500, Bob Bomar wrote: > > I am haveing problems when i run the smbclient. Here is the output: > > > > flyawaycentral# ./smbclient -U% -L flyawaycentral.com > > Get_Hostbyname: Unknown host flyawaycentral.com > > Failed to get my hostname. > > Added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0 > > > > Added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0 > > > > Get_Hostbyname: Unknown host flyawaycentral.com > > Get_Hostbyname: Unknown host flyawaycentral.com > > Connection to flyawaycentral.com failed > >here is the output for smbclient flyawaycentral# ./smbclient -U% -L flyawaycentral.com -d3 Get_Hostbyname: Unknown host flyawaycentral.com Failed to get my hostname. Added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0 Added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0 Get_Hostbyname: Unknown host flyawaycentral.com Client started (version 2.0.5a). resolve_name: Attempting lmhosts lookup for name flyawaycentral.com<0x20> resolve_name: Attempting host lookup for name flyawaycentral.com<0x20> resolve_name: Attempting wins lookup for name flyawaycentral.com<0x20> resolve_name: WINS server resolution selected and no WINS server present. resolve_name: Attempting broadcast lookup for name flyawaycentral.com<0x20> Get_Hostbyname: Unknown host flyawaycentral.com Connection to flyawaycentral.com failed flyawaycentral#> > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba