1830979 Members
2018 Online
110018 Solutions
New Discussion

Re: Default Gateway

 
Ray Salter
Contributor

Default Gateway

Hi,

Can anyone tell me if it is possible to change the default gateway in SAM and if so, how.
(I know how to do it via routeadd or editing the netconf file but curious as I can't seem to find a way in SAM)

Cheers in advance

Steve
Don't Worry - You are unlikely to die as a result of an IT problem !!
4 REPLIES 4
Corthouts Carlo
Valued Contributor

Re: Default Gateway

Hi,

In SAM select :

1 - Networking and communications

2 - through 'list' change to
Internet Adresses

3 - Click Actions and select modify default gateway

Cheers
Craig Rants
Honored Contributor

Re: Default Gateway

The aforementioned manner is correct, it is very slow however, and SAM may freak if the gateway is not correct.

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
K.Vijayaragavan.
Respected Contributor

Re: Default Gateway

You can use the command
if you are looking for a menu based utility t specify the default gateway,

#setparms addl_netwrk

-Vijay
"Let us fine tune our knowledge together"
Shahul
Esteemed Contributor

Re: Default Gateway

Hi

The best way to change the default gateway is using set_parms command. First stop the applications which U are running thru network. Then

#set_parms addl_netwrk

this command will guid U how to set gateway. After that go to /etc/rc.config.d and follow this

#cd /etc/rc.config.d
#more netconf

It should show a line like this

ROUTE_GATEWAY[0]=xxx.xxx.xxx.xxx

Here xxx.xxx.... is ur new gateway address. If this is not showing edit this file and change this line as per ur requirement.


Best of luck
Shahul