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
SETFIB(1) FreeBSD General Commands Manual SETFIB(1)

setfib
execute a utility with an altered default network view

setfib [-F] fib utility [argument ...]

The setfib utility runs another utility with a different routing table. The table number fib will be used by default for all sockets started by this process or descendants.

The PATH environment variable is used to locate the requested utility if the name contains no ‘/’ characters.

If utility is invoked, the exit status of setfib is the exit status of utility.

An exit status of 126 indicates utility was found, but could not be executed. An exit status of 127 indicates utility could not be found.

Run netstat(1) to view the second routing table.

setfib -F 1 netstat -rn
or
setfib 1 netstat -rn
or
setfib -1 netstat -rn

setfib(2), setsockopt(2)

The setfib utility is a FreeBSD specific extension. However, many UNIX-like systems have an equivalent function.

The setfib utility appeared in FreeBSD 7.1.
October 20, 2008 FreeBSD 13.1-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.