search for: addressfamily

Displaying 20 results from an estimated 205 matches for "addressfamily".

2004 Jul 20
4
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 Summary: support for AddressFamily in sshd_config Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy:...
2009 Sep 17
3
New sshd_config - what has changed?
I see that there is a new sshd_config in the latest updates. Since I have altered the original file, this one got installed as .rpmnew It has two changes: > #AddressFamily any So does this make it default to IPv4 only? > #ChrootDirectory none Chroot is now an option for SSH?
2023 Jan 20
17
[Bug 3526] New: Config option AddressFamily has no effect?
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 Bug ID: 3526 Summary: Config option AddressFamily has no effect? Product: Portable OpenSSH Version: 9.0p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: trivial Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Report...
2018 Apr 30
1
Slow Speed
Hi, I´m using Tinc for several years, but I didn´t fix a performance problem. There a about 20 nodes in this network. Master: 10.0.0.12 (dedicated host in a datacenter, debian, 100mBit port) tinc.conf: Name = TincKnoten12 AddressFamily = ipv4 Interface = tun ProcessPriority=high mode = router #DirectOnly = no Compression=0 PMTUDiscovery = yes #IndirectData = yes #ReplayWindow = 64 #ConnectTo = TincKnoten1 GraphDumpFile = /tmp/tinc-graph LocalDiscovery = yes ClampMSS = yes PMTU = 1400 #DirectOnly=yes #IndirectData=yes Cipher=AES-1...
2015 Jun 30
2
Call for testing: OpenSSH 6.9
...ress 1.2.3.4 +EOD + +[ X${SKIP_IPV6} = Xyes ] || cat > $OBJ/sshd_config.1 <<EOD listenaddress ::1 EOD ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \ @@ -47,11 +58,14 @@ cat > $OBJ/sshd_config.1 <<EOD ${SSHD_KEYS} listenaddress 1.2.3.4 -listenaddress ::1 port 1234 port 5678 addressfamily any EOD + +[ X${SKIP_IPV6} = Xyes ] || cat > $OBJ/sshd_config.1 <<EOD +listenaddress ::1 +EOD ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \ grep 'listenaddress ' >$OBJ/sshd_config.2 && diff $OBJ/sshd_config.0 $OBJ/sshd_config.2) || \ ............ -- Tim Rice M...
2004 Oct 20
0
ssh_config, AddressFamily
Hello I was wondering why I cant set inet6,inet - like Protocol version 2,1 - it would be nice if I would be able to set a kind of prefer mode for IPv6 as for protocol 2. But only one argument is accepted: inet6, inet or any. At least that is what the manpage tells me, I also tested it - no way. Why is this feature not included? Will it be included? If you think it's my mistake then please
2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
We have a handful of nodes set up. Some are NAT'd but a few have direct access to the Internet. Sample confs: HostA: Name = HostA AddressFamily = any Interface = tap0 Mode = switch Connectto = HostB GraphDumpFile = /tmp/mesh HostB: Name = HostB AddressFamily = any Interface = tap0 Mode = switch Connectto = HostA GraphDumpFile = /tmp/mesh And so on. If I use HostA as the main meta sever. None of the other nodes will connect to each other....
2003 Jun 22
6
[Bug 534] No option to use IPv6 connections by default
...--------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From brent at graveland.net 2003-06-23 09:29 ------- When using this feature with a ~/.ssh/config file of: host test addressfamily inet host * addressfamily any host test has both an A and an AAAA record in DNS, but the v6 connection is down. This is why I'd like to force the inet addressfamily. It seems that the host * entry wins. When looking at the source, it seems like addressfamily is global, rather than per host...
2013 May 10
1
Iptables rules and internet access problems
...o get internet access on the client which is a win 7 computer using tincVPN but i gained no success either (i can't use bridges because server is a VPS using OpenVZ) so any advice for solving this two problems is really appreciated *Server :* OS : centos 6.4 32bit *tinc.conf :* Name = server AddressFamily = ipv4 Interface = tun0 *Client :* OS : win 7 x64 *tinc.conf :* Name = client AddressFamily = ipv4 Interface = mytinc ConnectTo = server *Hosts files :* *Server :* Address = 69.*.*.* Subnet = 10.0.0.1/32 == pubkey == *Client :* Subnet = 10.0.0.2/32 == pubkey == -------------- next part --------...
2012 Apr 24
2
tinc router mode on Windows 7
...unable to connect the Network A and PC A. But the Network A and PC A is able to communicate each other via tinc. Please help and advise me any incorrect of that. Network A server Real - LAN adapter IP: 192.168.1.1 tincVPN IP: 192.168.254.1 IP routing enabled = yes Tinc.conf (Network A) AddressFamily = ipv4 Name = NetworkA Interface = tincVPN Mode = Router NetworkA Subnet = 192.168.254.0/24 -----BEGIN RSA PUBLIC KEY----- XXX -----END RSA PUBLIC KEY----- Tinc.conf (PC A) AddressFamily = ipv4 Name = PCA Interface = tincVPN ConnectTo = NetworkA PC A Subnet = 192.168.254....
2007 Sep 04
5
[Bug 1357] New: SOCKS proxy attempts fail to some servers due to DNS timeouts
http://bugzilla.mindrot.org/show_bug.cgi?id=1357 Summary: SOCKS proxy attempts fail to some servers due to DNS timeouts Product: Portable OpenSSH Version: 4.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at
2012 Nov 28
4
How to disable ipv6
...g-4.0-amd64:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 6.3 (Final) Release: 6.3 Codename: Final I'm trying to solve this problem (X11 forwarding) http://thread.gmane.org/gmane.linux.centos.general/119342/focus=119347 for myself. But disabling ipv6 and adding AddressFamily inet to my sshd config didn't fix the problem. Oddly enough, the output of netstat -an suggests that ipv6 is still enabled: tcp 0 0 :::22 :::* LISTEN even though [cbearden at PostgreSQL ~]$ cat /proc/sys/net/ipv6/conf/all/disabl...
2018 Mar 15
3
issues connecting in other sites
...tion setup. (OpenWRT router is .254 on all subnets) Pfsense1 is 172.16.1.0 Pfsense2 is 172.16.2.0 Pfsense4 is 172.16.4.0 Etc.. Partial file contents of /etc/config/tinc config tinc-net NETNAME option enabled 1 option logfile /tmp/log/tinc.log option debug 1 option AddressFamily ipv4 list ConnectTo=pfsense2 list ConnectTo=pfsense4 list ConnectTo=pfsense12 list ConnectTo=pfsense201 list ConnectTo=pfsense11 list ConnectTo=pfsense1 list ConnectTo=pfsense19 list ConnectTo=pfsense7 list ConnectTo pfsense26...
2009 Apr 01
19
Install LiveZilla In wine
http://www.ushost.com.br/wine/livezilla.jpg http://www.ushost.com.br/wine/error.txt Would you like to chat client livezilla run on linux and can not run in wine, because it is on. Net can someone help me? --> http://bugs.winehq.org/show_bug.cgi?id=14574 I tried to do what it says in this FAQ and also had no success. : /
2019 May 20
1
Second VPN network fails to start
...d VPN between two servers: gtdb and db2. Both servers are already part of separate VPNs: 10.1.0.0/24 and 10.0.0.0/24 These are my files: On server 1: db2 /etc/tinc/nets.boot # gainplus (this works fine, autostarts, etc) vpn1 /etc/tinc/vpn1/tinc.conf Name = db2 BindToAddress = 10.130.17.192 AddressFamily = ipv4 Port = 656 ConnectTo = gtdb Interface = tun0 /etc/tinc/vpn1/tinc-up #!/bin/sh # tinc-up ip addr add 10.3.0.50/24 dev $INTERFACE ip link set dev $INTERFACE up /etc/tinc/vpn1/hosts/gtdb Subnet = 10.3.0.51/32 Port = 656 -----BEGIN RSA PUBLIC KEY----- /etc/tinc/vpn1/hosts/db2 Address = 10.13...
2003 Jul 22
2
Error starting tinc (metasocket)
Hi, I'm getting this weird error in the logs when starting tinc "Creating metasocket faile: Address family not supported by protocol" I've tried explicitly putting AddressFamily = ipv4 in the tinc.conf file but it doesn't seem to make a difference. The IP's i'm using for the vpn are 10.0.x.x Thanks for your assistance, R. Schwarzenberg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachmen...
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
http://bugzilla.mindrot.org/show_bug.cgi?id=1051 Summary: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. Product: Portable OpenSSH Version: 4.1p1 Platform: ix86 URL: http://www.tietoenator.de OS/Version: Linux Status: NEW Severity: critical Priority: P4
2010 Nov 13
3
[PATCH 1/4] Experimental IFF_ONE_QUEUE support for Linux
--- doc/tinc.conf.5.in | 3 +++ src/linux/device.c | 7 +++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 2bfd5fe..01f7f81 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -255,6 +255,9 @@ a lookup if your DNS server is not responding. This does not affect resolving hostnames to IP addresses from the host
2020 Aug 03
2
Passing address family to proxy command
...e proxy command itself (regardless it is netcat, another ssh or something else). Currently, hints from commandline (-4, -6) are not used at all and not passed to proxy command similarly as any other hints from configuration files (unless the proxy command is ssh too and the proxy host has specific AddressFamily directive). My suggestion would be to provide a new replacement percent-token to inform the proxy-command about the preferred address family, but if you can think about better solution, I would be glad to hear it. This came up in the following bug [1], which is using sss_ssh_knownhostsproxy (taki...
2012 Aug 27
0
[Bug 2037] New: sshd Causing DNS Queries on ListenAddress when binding to IPV4 and IPV6 addresses on AIX
...s mapping. "::" is NOT an IPv4 address. "::" itself is NOT an IPv4 address, so resolver treats it as a hostname. You will see an A query for hostname "::". --------------------------------------------------------------------------- The solution would be to define an AddressFamily for each ListenAddress in /etc/ssh/sshd_config like so: AddressFamily inet ListenAddress 0.0.0.0 AddressFamily inet6 ListenAddress :: Another solution would be to create a configuration option that would let AI_NUMERICHOST be passed to the POSIX getaddrinfo() function. -- You are receiving this...