Operating System - HP-UX
1753835 Members
7427 Online
108806 Solutions
New Discussion юеВ

Re: Network Routing problem.,,

 
SOLVED
Go to solution
Kannandgl_1
Frequent Advisor

Re: Network Routing problem.,,

Dear SASJ,

# /sbin/init.d/net start
WARNING: Missing ROUTE_DESTINATION for corresponding ROUTE_GATEWAY
or ROUTE_COUNT in the file /etc/rc.config.d/netconf.
Excess variables will be ignored.


regards
Steven Schweda
Honored Contributor

Re: Network Routing problem.,,

> WARNING: Missing ROUTE_DESTINATION for
> corresponding ROUTE_GATEWAY
> or ROUTE_COUNT [...]

How carefully did you look at this stuff?

> INTERFACE_NAME[1]=lan1
> IP_ADDRESS[0]=10.39.17.226
> SUBNET_MASK[0]=255.255.255.224
> BROADCAST_ADDRESS[1]=""
> INTERFACE_STATE[1]=""
> DHCP_ENABLE[1]=0
> INTERFACE_MODULES[0]=""

I see "[1]", "[0]", "[0]", "[1]", "[1]",
"[1]", and "[0]".

> ROUTE_DESTINATION[0]="110.40.10.51"
> ROUTE_MASK[0]=""
> ROUTE_GATEWAY[0]="10.40.10.211"
> ROUTE_COUNT[1]="1"
> ROUTE_ARGS[0]=""

I see "[0]", "[0]", "[0]", "[1]", and "[0]".

Do you not understand what array subscripts
are or how they should be used here?
AnthonySN
Respected Contributor

Re: Network Routing problem.,,

ROUTE_DESTINATION[0]="110.40.10.51"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="10.40.10.211"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[0]=""

change the
ROUTE_COUNT[1]="1"
to

ROUTE_COUNT[0]="1"
AnthonySN
Respected Contributor

Re: Network Routing problem.,,

also as steven mentioned
> INTERFACE_NAME[1]=lan1
> IP_ADDRESS[0]=10.39.17.226
> SUBNET_MASK[0]=255.255.255.224
> BROADCAST_ADDRESS[1]=""
> INTERFACE_STATE[1]=""
> DHCP_ENABLE[1]=0
> INTERFACE_MODULES[0]=""

change 1 to 0 accordingly.
you need to be carefull and try to understand what you doing.
Kannandgl_1
Frequent Advisor

Re: Network Routing problem.,,



Greetings friends,

I got find the problem and resolved and its resolved with help SASJ .Thanks lot for all repliers.


Regards
Rajamani.