Displaying 20 results from an estimated 42 matches for "ulas".
Did you mean:
blas
2016 May 27
0
IPv6, ULAs and FreeBSD,Re: IPv6, ULAs and FreeBSD
sthaug at nethelp.no [2016-05-27 08:53 +0200] :
> I don't see any problem using ULA with for instance /124 netmask:
[...]
> 96 bit works too:
[...]
FreeBSD version? Mine is 10.3-RELEASE-p3.
Dunno. Could be that I made some mistake but I also tried the setup with
/96 and adding the route to the tap0 interface and it did not work.
Niklaas
-------------- next part --------------
A
2004 Nov 18
5
hashing using named lists
...= list()
test$name = c(1,2,3)
the problem is that when i try to get the values back by using the
name, the matching isn't done in an exact way, so
test$na is not NULL.
is there a way around this?
Why by default all.equal.list doesnt require an exact match?
How can I do hashing in R?
thanks.
ulas.
2016 May 27
0
IPv6, ULAs and FreeBSD
Kevin Oberman [2016-05-27 12:02 -0700] :
> This is fine, but why not use link-local for the VPN links? That's the
> primary reason for them. (N.B. I am not aware of your architectural
> details, and ULAs for the VPNs might be appropriate.)
Is it? I didn't know that I can use link-local addresses for the VPN
too. How do I decide between link-local or unique-local addresses for
the VPN? What do I make the decision dependent on?
Niklaas
-------------- next part --------------
A non-text atta...
2016 May 28
0
IPv6, ULAs and FreeBSD
...not
> be guaranteed to be unique anymore than they can be guaranteed to be
> constant.
Thanks for repeating that. That's how I understood it as a novice too.
:-) And that's why I thought I should not go for them. Because I don't
have many GUAs available, I thought I should go for ULAs then.
Niklaas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160528/1fe1cb41/attachment.sig>
2016 May 28
0
IPv6, ULAs and FreeBSD
...9;t you have GUA IPv6 address space?
>
> Your ISP should be able to assign you a /48 or /56 prefix for you to
> use on your LAN. That's more than plenty of space.
As I wrote, I only got a /112 form my ISP. This still exceeds the amount
of addresses that I need but I decided to go for ULAs for flexibility.
Anyway, it's working. :-)
Niklaas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160528/b6e...
2016 May 24
0
IPv6, ULAs and FreeBSD
On Tue, May 24, 2016 at 08:17:07AM +0200, Niklaas Baudet von Gersdorff wrote:
> I want to serve IPv4 subnets 10.1.0.0/16 (machine A) and 10.2.0.0/16
> (machine B), and IPv6 subnets fd16:dcc0:f4cc:0:0:1::/96 (machine A) and
> fd16:dcc0:f4cc:0:0:2::/96 (machine B) respectively. The jails are
> connected on lo1.
[...]
> A $ cat /usr/local/etc/tinc/klaas/tinc-up
> ifconfig
2016 May 24
0
IPv6, ULAs and FreeBSD
On Tue, May 24, 2016 at 12:08:38PM +0200, Niklaas Baudet von Gersdorff wrote:
> So, when I try to `ping6 fd16:dcc0:f4cc:0:0:2:1:1` `tinc -D -d5` gives
> me the following output:
>
> Cannot route packet: neighbor solicitation request for unknown address fd16:dcc0:f4cc:0:0:2:1:1
This means that either tinc is not connected to B, or that B does not
have the right Subnet statement
2016 May 24
3
IPv6, ULAs and FreeBSD
Guus Sliepen [2016-05-24 11:26 +0200] :
> On Tue, May 24, 2016 at 08:17:07AM +0200, Niklaas Baudet von Gersdorff wrote:
[...]
> > A $ cat /usr/local/etc/tinc/klaas/tinc-up
> > ifconfig $INTERFACE inet6 fd16:dcc0:f4cc:0:0:1:0:1 prefixlen 80
> > route -6 add -host fd16:dcc0:f4cc:0:0:2:0:1 fd16:dcc0:f4cc:0:0:1:0:1
> > route -6 add -net
2005 Jan 06
5
How to avoid rounding of matrix elements?
Hi all R-users,
If I have a matrix with numeric elements as follows, the values are
rounded when I try to refer to a specifici element using [], the value
is rounded.
The same thing happens if the matrix is read from a file, the values are
stored to the correct precision but then when I try to refer to a
specific element (such as using [], it is rounded.
How do I avoid this rounding?
2016 May 24
5
IPv6, ULAs and FreeBSD
Hello,
I already consulted related lists @freebsd.org [1,2] but I have remained
unsuccessful to solve the following issue: VPN works for an internal
IPv4 subnet, but I doesn't for an internal IPv6 subnet with ULAs. To be
honest, I don't have any experience setting up a local IPv6; so I guess
that I'm doing something wrong here.
For those that know FreeBSD: The main aim is to connect several jails
that are running on two different machines. For those who don't: jails
are like virtual machines but...
2024 Jul 03
3
SAMBA with IPv4/IPv6 dual stack
Good day
I would like to setup a SMB file server and DC that uses IPv4 and IPv6 dual
stack.
However I see certain problems; for instance, when the IPv6 prefix is
dynamic, this means the IPv6 of the DC would also dynamically change.
Is there something special I should consider when provisioning a SAMBA AD
DC with IPv6, or will it "just work" ?
Thanks,
best
Tobias
2008 Nov 08
4
Plotting Standard Regression Fit-Am I wrong or a bug?
I'm trying to plot a time series (quarterly observations, seasonal effect,
T=56),regression line and predicted point on the same plot.
I'm using following commands:
> plot(qdts,xlim=c(1982,1997))
> lines(fitted(m2)~time,data=qd,col="red")
> points(predict(m2,newdata=nqd),col="blue")
where:
qdts<-ts(qd$durables,start=c(1982,1),freq=4)
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users,
I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this?
Thank you in advance,
Levent TERLEMEZ.
2014 Sep 29
0
Echo cancellation problem
Hi all,
I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly.
I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :)
I try to use empty array for all parameters in the cancellation function, but the result is always the same
2014 Oct 10
0
Echo cancellation problem
Hello again,
I want to ask a question in my mind by reminding the topic below.
Can the reason of failing be that Codec,which plays sound, and Mic are connected the different clock source?
If it is because of that, what can I do to cancel the echo? Isn't there any solution for this? Is asynchronus speex functions for this?
Best Regards,
KAHYA
PS: Sorry for my bad english.
From: ?evket K?r?ad
2011 Aug 10
2
Icecast2 client
Hi,
i have succesfully installed icecast2 server on linux and now i am looking for a client which can be embeded into html code to play ogg audio stream directly from html page.
I have tried to embed WMP and it does work well, but WMP cannot seek the stream.
best regards
Milos Sula
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Aug 12
0
Es-Peri.Com
-----------------------------------------------------------
Esperi ::: Hayat Rehberi
[[ www.es-peri.com ]]
Yenilikler Devam Ediyor... 10/08/2002
-----------------------------------
Hayat?m?za damgas?n? vuran baz? anlar vard?r
ve zaman ikiye b?l?n?r:
?ncesi ve sonras?...
esperi ise hayat?n ?tesinde.
herkesin aynaya d??en aksinde
kendini bulup bulup yitirmesi gibi
anla??lmaz, ula??lmaz...
2020 Aug 03
1
[Bug 1447] New: Conntrack marks ICMPv6 multicast and anycast ping responces as invalid.
https://bugzilla.netfilter.org/show_bug.cgi?id=1447
Bug ID: 1447
Summary: Conntrack marks ICMPv6 multicast and anycast ping
responces as invalid.
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame.
--
Sent from my phone. Please excuse my brevity.
On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2012 Jul 09
1
Timeout (180s) while waiting for lock for transaction log file
Hello,
We still have problems with our updated dovecot servers... The problem
now is that we are having errors like:
Jul 9 10:22:02 myotis31 dovecot: lmtp(15431, <user>): Error: Timeout
(180s) while waiting for lock for transaction log file
/var/indexes/<user>/.INBOX/dovecot.index.log
Jul 9 10:22:02 myotis31 dovecot: lmtp(15431, <user>): Error:
+4YfCwKS+k9HPAAAmo+UlA: