Operating System - HP-UX
1833338 Members
2753 Online
110051 Solutions
New Discussion

Routing specific traffic through an added gateway

 
Eric Lipede
Frequent Advisor

Routing specific traffic through an added gateway

Hi

I know this is an abstract question so please bear with me!

I would like the end result of this action to route all traffic that exists in the range 172.30.0.1 to 172.30.0.30 through gateway ip address 172.30.0.30...

assumptions are:
1. a default setting exists on lan0 with an ip address on a different ip subnet

ROUTE_DESTINATION[1]="net 172.30.0.0"
ROUTE_MASK[1]="255.255.255.224"
ROUTE_GATEWAY[1]="172.30.0.30"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""


So essentially, i have 2 gateways, 1 default and the other above required to capture the traffic from 30 nodes and route to 172.30.0.30.

...will this work ?

thks in advance !



Quod sum eris
1 REPLY 1
Eric Lipede
Frequent Advisor

Re: Routing specific traffic through an added gateway

sorry forgot to mention..

its HPUX v11 2
on an rx4640
Quod sum eris