Re: [Afpfs-ng-devel] Connection refused
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2007-10-04 16:57:22
|
Martin, Yes, I you can mount a volume from a server that's exported from the same machine. Run netatalk (and make sure it is bound to 127.0.0.1), and do your mounts to localhost. This is how 99% of afpfs-ng development was done, as I can do all of it on my laptop no matter where I am. If you're doing a tcpdump for this, the syntax would be something like: tcpdump -s0 -w martin_network_capture port 548 -i l0 - Alex On 10/4/07, Martin Forsgren <mk...@st...> wrote: > 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 lik= e: > > > > 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=E4st hos Martin" -uamlist uams_guest.so -loginmesg "V=E4lkommen" > >> > >> 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 > >> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Afpfs-ng-devel mailing list > Afp...@li... > https://lists.sourceforge.net/lists/listinfo/afpfs-ng-devel > |