Koozali.org: home of the SME Server
		Legacy Forums => Experienced User Forum => Topic started by: Julian Luton on February 20, 2003, 10:02:13 PM
		
			
			- 
				Hi,
 Has anyone tried enabling remote access to the netatalk server.
 I tried the portopening contrib from myezeserver.com, opening port 548 for tcp and udp but no joy.
 I get this in messages
 
 Feb 20 13:45:45 server afpd[9074]: refused connect from 217.204.xxx.xxx
 Feb 20 13:45:45 server afpd[9074]: dsi_getsess: Connection refused
 
 
 All the best,
 Julian
- 
				Whoops
 Sorry - just worked it out for anyone who's interested
 
 Make a custom fragment
 mkdir -p /etc/e-smith/templates-custom/etc/hosts.allow/
 pico /etc/e-smith/templates-custom/etc/hosts.allow/appletalk
 
 and stick in the lines
 
 # appletalk services
 afpd : ALL
 papd : ALL
 
 Writeout your file and run
 /sbin/e-smith/expand-template /etc/hosts.allow
 
 And you're done.
 
 All the best
 Julian