GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EGRESS_MONITOR(1) FreeBSD General Commands Manual EGRESS_MONITOR(1)

egress-monitorWatching for default routes changes and sets the interface group

egress-monitor [-p 4/6]

When the default route is added, egress-monitor sets the group of that interface to appropriate egress. That means for IPv4 and FIB 0 (default one) the group will be v4fib0egress. In general, the group name is v<4|6>fib<number>egress. If there is only one fib, the group name will be v<4|6>egress.

The following options are available:

protocol
Use protocol with the value of 4 for IPv4 and 6 for IPv6. Without this option egress-monitor will listen to both protocols. If only one protocol is selected, then the group the interface will be added to will be fib<number>egress. If there is only one fib, group name will be egress.

Listen on all fibs and protocols:

egress-monitor

Listen on all fibs but only IPv4 protocol:

egress-monitor -p 4

Listen on all fibs but only IPv6 protocol:

egress-monitor -p 6

socket(2)

Goran Mekić <meka@tilda.center>

August 1, 2022 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.