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