Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
t I need a way to move packets from rtable 0 to rtable 75. Btw, this set-up is made with virtualbox, but I have an identical physical set-up with the same issue. -- Med venlig hilsen/Best regards Claus Lensbøl Fab:IT ApS Vesterbrogade 37, 2. th DK-1620 København Tlf: +45 70 202 407 Main Site: www.fab-it.dk VPS Product: vpsforce.eu

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
2017 Jul 04 (Tue) at 15:16:24 +0200 (+0200), Claus Lensbøl wrote: > :Hi misc, > : > :I'm having trouble with implementing rdomains and IPv6. > : > :I have followed this guide which might be a bit old but the best I could > :find: > :https://www.packetmischief.ca/2011/09/20/v

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi Peter On 04-07-2017 16:32, Peter Hessler wrote: > On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: > :Hi Peter, > : > :I'm getting: > :# route -T75 default ::1 -blackhole > :route: botched keyword: default > :usage: route [-dnqtv] [-T tableid]

Re: Problems with IPv6 and routing domains

2017-07-11 Thread Claus Lensbøl
4 lo0 If this is a regression or an implementation problem (or perhaps some documentation missing for v6 behaving differently), I don't know. Just to add the to the tests, I've syspatched my system with all the errata patches for 6.1, but with the same results. I'm posting this, hopi

Re: Need an advice about DHCP IPv6 server software

2017-12-06 Thread Claus Lensbøl
P server functionality? The best solution is to use > implemented into OpenBSD, no packaged one. > > Please recommend some. Any examples will be useful too. > > Thank you. > > > > > -- Med venlig hilsen/Best regards Claus Lensbøl Fab:IT ApS Vesterbrogade 37, 2. th DK-1620 København Tlf: +45 70 202 407 Main Site: www.fab-it.dk VPS Product: vpsforce.eu

Re: Need an advice about DHCP IPv6 server software

2017-12-07 Thread Claus Lensbøl
="2001:bd2:101::":prefixlen#64:\ > :rtprefix="2001:bd2:101::":\ > :rdnss":"2001:bd2:101::1":\ > :dnssl="local": > > # /etc/rc.d/rtadvd start > tradvd (ok) > > # ndp -a > 2001:bd2:101::1mac... em0 permanent R l > fe80::.

DHCPv6 server - send_packet6: Network is unreachable

2015-08-17 Thread Claus Lensbøl
ybe give a direction in which I could try to debug? -- Med venlig hilsen/Best regards Claus Lensbøl Fab:IT ApS Vesterbrogade 37, 2. th DK-1620 København Tlf: +45 70 202 407 Main Site: www.fab-it.dk VPS Product: vpsforce.eu

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-17 Thread Claus Lensbøl
ags S/SA pass in inet proto tcp from 94.18.219.154 to <__automatic_e513959b_13> port = 8080 flags S/SA pass in inet proto tcp from 93.90.114.100 to <__automatic_e513959b_14> port = 8080 flags S/SA block return in on ! lo0 proto tcp from any to any port 6000:6010 On 17-08-2015 13:30, J

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-17 Thread Claus Lensbøl
On 17-08-2015 21:04, Giancarlo Razzolini wrote: Em 17-08-2015 08:54, Claus Lensbøl escreveu: pass quick inet6 proto udp from 2a02:188:5002::/48 to <__automatic_e513959b_6> port = 547 pass quick on lo0 inet6 proto udp from 2a02:188:5002::/48 to fe80::1 port = 547 pass quick on bge0 inet6

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-17 Thread Claus Lensbøl
On 17-08-2015 21:37, Giancarlo Razzolini wrote: Em 17-08-2015 16:22, Claus Lensbøl escreveu: Do you have any good ideas for rules to compensate for this? Allow the entire link-local range? fe80::/10? Link-local aren't routable (at least shouldn't be) and the machines can talk to

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-17 Thread Claus Lensbøl
On 17-08-2015 22:27, Giancarlo Razzolini wrote: Em 17-08-2015 17:05, Claus Lensbøl escreveu: Ok, I'll try it out tomorrow and return with results. Thank you for now. I was re-reading your e-mail and the following come to my attention: # ping6 fe02::1%vlan710 ping6: no address associated

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-18 Thread Claus Lensbøl
On 17-08-2015 23:08, Giancarlo Razzolini wrote: Em 17-08-2015 17:55, Claus Lensbøl escreveu: all the vlan interfaces has the same link-local address. Each vlan interface has a scope though, which I do not know how works. Not sure either. But you could try forcing each VLAN to have a different

Re: DHCPv6 server - send_packet6: Network is unreachable

2015-08-24 Thread Claus Lensbøl
On 18-08-2015 21:32, Ed Hynan wrote: From: Claus Lensbøl I am running openbsd 5.6 GENERIC.MP#333 amd64. Using isc-dhcp-server 4.3.0. I had no route to host w/ ISC DHCP 4.3.0 on OpenBSD 4.9 -- the patch at end of message got it working. Hint was need for '%' using ping6. I a

ext2 max filesystem size

2012-09-07 Thread Claus Lensbøl
Hi I'm trying to figure out the maximum file system size for ext2 on openbsd, but I can't seem to find it documented anywhere. Does anybody know if the limitation is the "old" 2TB (as in linux pre 2.6.17 ish), or 32TB as newer implementations? / Claus

Re: ext2 max filesystem size

2012-09-08 Thread Claus Lensbøl
atch mounted device Any ideas? On Fri, Sep 7, 2012 at 6:07 PM, Ted Unangst wrote: > On Fri, Sep 07, 2012 at 15:11, Claus Lensbøl wrote: > > Hi > > > > I'm trying to figure out the maximum file system size for ext2 on > openbsd, > > but I can't seem to find