route command

I‘ve two Intel gigabit network card installed in HP server. I know how to setup bounding under CentOS Linux, but I’d like to do same under FreeBSD. How do I setup link aggregation of multiple network interfaces as one virtual trunk interface for the purpose of providing fault-tolerance and high-speed links under FreeBSD 7.x server?

{ 16 comments }

Red Hat Linux Static Routing Configuration

by Vivek Gite on August 17, 2008 · 6 comments

Q. I’ve two network interface connected to two different routers as follows:
[a] eth0 LAN network 10.0.0.0/8 – gateway IP – 10.8.2.65

[b] eth1 ISP assigned network 202.54.22.128/28 – gateway IP – 202.54.22.129
I can only ping to public server but not to another servers inside LAN? I’m not able to route traffic via 10.8.2.65. How do I configure static routing under Red Hat Enterprise Linux 5.x or CentOS Linux 5.2?

{ 6 comments }

OpenBSD Set / Change Default Gateway

by Vivek Gite on May 6, 2008 · 0 comments

How do I change or set a default gateway under OpenBSD operating system?

{ 0 comments }

Solaris UNIX Add Static Routes

by Vivek Gite on February 21, 2008 · 8 comments

Q. How do I add Static Routes under Solaris UNIX? My default gateway configured in /etc/defaultrouter, but what is the proper place to configure static routes for a Solaris UNIX server? Can you tell me exact configuration file name for a static routing?

{ 8 comments }

FreeBSD Configure NIC Jumbo Frames

by Vivek Gite on February 20, 2008 · 6 comments

Q.Under Linux I can set Jumbo Frames by modifying configuration file. How do I configure FreeBSD network card Jumbo frames on all of my NIC for 1000 Mbps speed and make MTU configuration persistence?

{ 6 comments }

Understanding Routing Table

by Vivek Gite on February 13, 2008 · 1 comment

Q.What is a routing table? Can you explain its usage under Linux / UNIX operating system?

{ 1 comment }

Linux route add command

by Vivek Gite on February 7, 2008 · 9 comments

Q. How do I add new / default gateway using route command under Linux? A. You can use any one of the following tool to add route: => route command : show / manipulate the IP routing table => ip command : show / manipulate routing, devices, policy routing and tunnels Linux route add using [...]

{ 9 comments }