Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GW of mx-one

Status
Not open for further replies.

aau2

Technical User
Nov 12, 2004
163
0
0
ES
Hello, we have a mx-one and change the ip address of the router. So we have to change the default gateway of mx-one. Which is the procedure to change the default gateway??

Thanks.
 
if you must change only the default gateway, you don't need to change any config file related to MXOne Appliance. You only need to change it in Yast.

Otherwise you can do it from command line for just in time config:

route del default gw xxx.xxx.xxx.xxx dev eth0
route add default gw yyy.yyy.yyy.yyy dev eth0

and than you can make it permanent by the file /etc/sysconfig/network-scripts/ifcfg-eth0 adding (or editing if exist) the line GATEWAY=xxx.xxx.xxx.xxx

(xxx.xxx.xxx.xxx is the old gateway and yyy.yyy.yyy.yyy is the new one).

I hope is usefull.

Where MML commands can't, linux can. MXONE power.
 
Hi siouxes, by command I can not do it.

SIOCDELRT: Operation not permitted

This is the message, when I try change the file , it doesn´t do it because it is only reading.

In mode Yast where is it???
 
It works entering in mode su.

Thanks for all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top