Re: [Afpfs-ng-devel] Connection refused
Status: Alpha
Brought to you by:
alexthepuffin
From: Martin F. <mk...@st...> - 2007-10-04 09:55:03
|
Hi again. Been trying a little bit more. Is it possible to connect to a share on your own computer? (via loopback or via an interface {ethX}) To my girlfriends mac it works. However, tcpdump doesnt show anything interesting, not even one simple password ;) --------------------- MtheF:~# tcpdump -s0 -w martin_network_capture port 548 -i eth1 tcpdump: listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 405 packets captured 405 packets received by filter 0 packets dropped by kernel -------------------- Have a nice day Martin Den 2007-10-03 16:00:19 skrev Alex deVries <ale...@gm...>: > Martin, > > Thanks for giving this a try. > > Could you get a network dump of this? You'd do that with something like: > > tcpdump -s0 -w my_network_capture port 548 > > while doing the entire mount sequence. > > I encourage you to first change your password before sending anyone > that network capture. Unless you don't care about people knowing what > it is. > > - Alex > > On 10/3/07, Martin Forsgren <mk...@st...> wrote: >> Hi! >> >> I thought of trying this again. It doesn't work, telling me >> "Could not mount, Connection refused" >> I also get an message >> "reading: Interrupted system call" >> that probably not comes from afp_client, see the last >> example. >> >> Any ideas? >> It could be that this network blocks this port, but >> how can I see this and what can I do to circumvent it? >> >> I dont have any firewall. >> >> Best regards >> Martin Forsgren >> >> ----------------------------------------------- >> >> afpd.conf: >> ----------------------------------------------- >> "jag" -uamlist uams_clrtxt.so >> "Gäst hos Martin" -uamlist uams_guest.so -loginmesg "Välkommen" >> >> AppleVolumes.default: >> ----------------------------------------------- >> /home/dela/musik musik "Musik" >> >> Running: >> ----------------------------------------------- >> >> MtheF:/home/martin# afpfsd -d >> Starting up AFPFS version 0.4.3 >> >> martin@MtheF:~$ afp_client mount -u MtheF -p - -o 548 >> 129.16.246.55:Filmer >> /home/martin/tmp/ >> AFP Password: >> mounting Filmer on /home/martin/tmp/ >> Could not mount, Connection refused >> reading: Interrupted system call >> >> martin@MtheF:~$ afp_client mount -o 548 129.16.246.55:Filmer >> /home/martin/tmp/ >> mounting Filmer on /home/martin/tmp/ >> Could not mount, Connection refused >> martin@MtheF:~$ reading: Interrupted system call >> >> ----------------------------------------------- >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Afpfs-ng-devel mailing list >> Afp...@li... >> https://lists.sourceforge.net/lists/listinfo/afpfs-ng-devel >> |