Re: Point-to-point using GRE over IPv6 -> not possible with a single /128 address on the server?

2019-02-19 Thread Peter G.
On 19/02/2019 14:06, Andreas Nilsson wrote: > On Tue, Feb 19, 2019 at 1:38 PM Peter G. wrote: > >> On 15/02/2019 17:49, Peter G. wrote: >>> Now the GRE tunnel >>> >>>> ifconfig gre6 create >>>> ifconfig gre6 inet6 fc01:e::100 fc:02:e::20

Re: Point-to-point using GRE over IPv6 -> not possible with a single /128 address on the server?

2019-02-19 Thread Peter G.
On 15/02/2019 17:49, Peter G. wrote: > Now the GRE tunnel > >> ifconfig gre6 create >> ifconfig gre6 inet6 fc01:e::100 fc:02:e::200 tunnelfib 6 > #ifconfig: ioctl (SIOCAIFADDR): File exists > > Why is this not possible? Isn't the logic behind it the same

Point-to-point using GRE over IPv6 -> not possible with a single /128 address on the server?

2019-02-15 Thread Peter G.
Hi, I've got issues establishing a point-to-point ipv6-over-ipv6 GRE link. IPv4 which works as expected: this end: 10.0.1.10 other end: 10.0.2.10 GW: 10.0.1.1 iface: em0 >ifconfig gre4 create >ifconfig gre4 inet 10.0.1.10 10.0.2.10 netmask 0x tunnel 10.0.1.10 10.0.2.10 tunnelfib 2 >route

Re: Multipath TCP, what's the progress, if there is any?

2018-01-27 Thread Peter G.
On 26/01/2018 09:37, Outback Dingo wrote: > On Thu, Jan 25, 2018 at 4:21 PM, Peter G. wrote: >> A few years back a working group announced their work on MPTCP for FreeBSD, >> http://caia.swin.edu.au/newtcp/mptcp/. Around that time also a QR mentioned >> the project, >&

Multipath TCP, what's the progress, if there is any?

2018-01-25 Thread Peter G.
A few years back a working group announced their work on MPTCP for FreeBSD, http://caia.swin.edu.au/newtcp/mptcp/. Around that time also a QR mentioned the project, https://www.freebsd.org/news/status/report-2013-01-2013-03.html#Multipath-TCP-(MPTCP)-for-FreeBSD Since then all of this seems to

Re: Static IPsec (via setkey) and -A aes-xcbc-mac, how to?

2017-11-27 Thread Peter G.
On 27/11/2017 06:15, Peter G. wrote: > Hi, can somebody please show me the correct syntax of setting static SA > with aes-xcbc-mac authentication? I checked rfc3566, my "base" > encryption algo is aes-128, aes-xcbc-mac is supposed to work with a > 128-bit (16 characters) lon

Static IPsec (via setkey) and -A aes-xcbc-mac, how to?

2017-11-26 Thread Peter G.
Hi, can somebody please show me the correct syntax of setting static SA with aes-xcbc-mac authentication? I checked rfc3566, my "base" encryption algo is aes-128, aes-xcbc-mac is supposed to work with a 128-bit (16 characters) long key. I don't seem to be able to set it up, though. Example (a