Date: Sun, 31 Mar 2013 09:57:30 -0300 From: Mario Lobo <lobo@bsd.com.br> To: freebsd-hackers@freebsd.org Subject: Re: how to force all packets to be ipv4 not v6 Message-ID: <20130331095730.7c8b5e55@papi> In-Reply-To: <CAGBxaXnwzFKRi4H-41ZVZSHYB5XxB-uC2dFoqvyW28FXfyF63g@mail.gmail.com> References: <CAGBxaXnwzFKRi4H-41ZVZSHYB5XxB-uC2dFoqvyW28FXfyF63g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 31 Mar 2013 01:20:17 -0400 Aryeh Friedman <aryeh.friedman@gmail.com> wrote: > I have a host that for ISP reasons must have a ipv6 addr as well as > the ipv4 but the ISP does not offer external ipv6 routing but all the > commanes (ssh, ftp, etc.) default to ipv6 and need special options to > use 4 is there anyway to force them to always use 4? > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" A kick and dirty way would be to comment the line: options INET6 # IPv6 communications protocols from your kernel config and recompile. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130331095730.7c8b5e55>