search for: aaddress

Displaying 2 results from an estimated 2 matches for "aaddress".

Did you mean: address
1998 Dec 08
2
hosts.allow
...ne can access any of the shares on that server. If I only add the machine to a hosts allow list in a specific share, when I try and connect to that share from that machine I get an error : 'Specified computer did not recieve your request' and in log.smb : 'Connection denied from <IP aaddress>' Is this meant to happen ? (testparm says the machine is allowed to connect to the single share.) I'm running Samba Samba version 1.9.18p7 on Solaris 2.4 Janet ************************************************************************* Janet Dickson | http:/...
2018 Mar 31
5
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
...there is no internal routing between enp1s0 and tun0 for IPs that are not server IPs I guess I can live with such a limitation, but would still like to know why!! Here's Server A config. Of course it's symmetrical so the other two will be similar. B is a DigitalOcean Droplet TINC.CONFName = AAddressFamily = ipv4ConnectTo = BDevice = /dev/net/tunLocalDiscovery = yes TINC-UPip link set $INTERFACE upip addr add 192.168.20.3/24 dev $INTERFACEroute add -net 192.168.14.0/24 gw 192.168.20.3 route add -net 192.168.6.0/24  gw 192.168.4.99 HOST AAddress = A.dyndns.org Port = 655 ##Subnet on the virtual...