1753346 Members
5003 Online
108792 Solutions
New Discussion юеВ

Re: entry in netconf

 
SOLVED
Go to solution
Raj D.
Honored Contributor
Solution

Re: entry in netconf

Chindi,
For 10.34.32.0 traffic you can add another route to the netconf , remember to use uniqe number for the route entry,

- Manually you can do it and check with pinging the gateway:

1. # route add net 10.34.32.0 netmask 255.255.255.0 10.32.32.6 1

# The subnet mask seems to be ok with your network address, however you can check with your network design/support team if the netmask you are using is correct.



2.
- Once the above wroks well you can make it permanent by adding the lines to netconf:

You can add at the end of the netconf and you can check:

ROUTE_DESTINATION[1]="net 10.34.32.0"
ROUTE_MASK[1]="255.255.255.0"
ROUTE_GATEWAY[1]="10.32.32.6"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
ROUTE_SOURCE[1]=""


hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
chindi
Respected Contributor

Re: entry in netconf

Hi Raj,

I think you got it....dead right...

>>>> ROUTE_DESTINATION[1]="net 10.34.32.0"

I was looking for this entry ...the "net" word is imp here..

thanks i have edited my netconf file , and would be taking a reboot of this server asap...
Hope this entry would be permanent here...

Will keep u updated ....
Thanxx again...
chindi
Respected Contributor

Re: entry in netconf

As Raj rightly said it was the net word i was looking for...

thanx Raj after rebooting the server , the entry is still there....
sudheerch
Frequent Advisor

Re: entry in netconf

hi raj d

ROUTE_DESTINATION[1]="net 10.34.32.0"

what is the meaning of "net" in the above entry
what it will do