Re: multiple routing tables

2016-05-20 Thread Piotr Kubaj
05/15/16 12:10, Stefan Sperling wrote: > On Sat, May 14, 2016 at 10:53:49PM +0200, Piotr Kubaj wrote: >> H‌‌i, >> >> I need help with multiple routing tables, because the tutorials on the >> Internet is pretty much scarce. The router is Ubiquiti EdgeRouter Lite >> r

Re: multiple routing tables

2016-05-15 Thread Philipp Buehler
Am 15.05.2016 12:10 schrieb Stefan Sperling: They key point seems to be that you're trying to route between different rdomains. I believe you must use pf to route traffic coming from this IP (which is in rdomain 0) to vether1 (which is in rdomain 2) or look into pair(4), also. -- pb

Re: multiple routing tables

2016-05-15 Thread Stefan Sperling
On Sat, May 14, 2016 at 10:53:49PM +0200, Piotr Kubaj wrote: > H‌‌i, > > I need help with multiple routing tables, because the tutorials on the > Internet is pretty much scarce. The router is Ubiquiti EdgeRouter Lite > running OpenBSD 5.9. > > > I've got two public

multiple routing tables

2016-05-15 Thread Piotr Kubaj
H‌‌i, I need help with multiple routing tables, because the tutorials on the Internet is pretty much scarce. The router is Ubiquiti EdgeRouter Lite running OpenBSD 5.9. I've got two public IP's attached by DHCP - since I don't want to use multiple physical NIC's, I use t

Re: snmpd: add backend from bgpd to support multiple routing tables

2014-05-13 Thread Mike Belopuhov
On Mon, Apr 28, 2014 at 14:20 +0200, Mike Belopuhov wrote: > This adds ktable code from bgpd to fetch, store and perform lookups > in multiple routing tables. Currently it doesn't do anything useful > but it's a prerequisite for any future work in this direction. > > O

snmpd: add backend from bgpd to support multiple routing tables

2014-04-28 Thread Mike Belopuhov
This adds ktable code from bgpd to fetch, store and perform lookups in multiple routing tables. Currently it doesn't do anything useful but it's a prerequisite for any future work in this direction. OK to get this in? diff --git usr.sbin/snmpd/kroute.c usr.sbin/snmpd/kroute.c ind

snmpd: support for multiple routing tables...

2014-04-10 Thread Mike Belopuhov
...borrowed from the bgpd for the most part. Currently it's not doing anything (kroute_first/kroute_getaddr will always select the rtable 0) since it needs new MIBs and some more diffs from blambert@. OK? diff --git usr.sbin/snmpd/kroute.c usr.sbin/snmpd/kroute.c index e157b25..d1f8890 100644 --