Need help with config

Started by serveria.com, December 02, 2017, 11:26:40 PM

Previous topic - Next topic
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

Quote from: serveria.com on December 02, 2017, 11:26:40 PM
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.

Quote from: serveria.com on December 02, 2017, 11:26:40 PM
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

Quote from: serveria.com on December 02, 2017, 11:26:40 PM
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.

Thanks for your speedy response!

QuoteDepends 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.     

Quotearp -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!

Hi again,

Just realized I probably had to post in General Discussion topic. Hey mods, could you please move this thread over there? :)

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