OPNsense Forum

English Forums => General Discussion => Topic started by: serveria.com on December 02, 2017, 11:26:40 pm

Title: Need help with config
Post by: serveria.com on December 02, 2017, 11:26:40 pm
Hi guys,

I'm new here, would like to say hi to the community/all OPNsense users!

We're considering OPNsense as a routing solution for one of our customers.  However there are some minor issues:

1. We're unable to find BGP IN/OUT filters. Perhaps they're called differently in FreeBSD world?
2.  We located the ARP table but there seems to be no option to set static ARP. Can it be done via the console perhaps?
3.  The customer is planning to use static IPs leased from us on his network what would be the correct way to forward these IPs from our network to their OPNsense router's interfaces?
4. What about IPv6? Anyone here running IPv6 on OPNsense? Any tips/hints or feedback?

Thanks in advance,
Paul
Title: Re: Need help with config
Post by: fabian on December 03, 2017, 06:58:20 am
1. We're unable to find BGP IN/OUT filters. Perhaps they're called differently in FreeBSD world?

There are Prefix Lists and Route Maps. As far as I know the latter does what you are asking for.

2.  We located the ARP table but there seems to be no option to set static ARP. Can it be done via the console perhaps?

arp -s host mac
should work

3.  The customer is planning to use static IPs leased from us on his network what would be the correct way to forward these IPs from our network to their OPNsense router's interfaces?
Depends on your upstream connection how you get those IPs.
Title: Re: Need help with config
Post by: serveria.com on December 03, 2017, 09:09:33 am
Thanks for your speedy response!

Quote
Depends on your upstream connection how you get those IPs.

We're receiving them from our upstreams, also as static subnets, they're PA aggregatable. Then we'll need to push them to our customer's AS on an OPNsense router. The customer will have 2 server racks with us, each port (interface) wired to a separate rack.     

Quote
arp -s host mac
should work

Just a suggestion: why not introducing a "Make Static" button next to the MAC/IP pair in ARP table? Mikrotik devices have a similar button and it's very convenient.

Thanks again!
Title: Re: Need help with config
Post by: serveria.com on December 04, 2017, 08:29:16 am
Hi again,

Just realized I probably had to post in General Discussion topic. Hey mods, could you please move this thread over there? :)
Title: Re: Need help with config
Post by: mimugmail on December 14, 2017, 09:14:21 pm
Hi,

with route-maps you can do nearly everything.
If you need a specific feature just post me the config lines and I'll try to get this in the code, but now only for FRR since quagga will be replaced soon
Title: Re: Need help with config
Post by: serveria.com on December 15, 2017, 11:54:32 pm
PM sent  ;)