Sponsored Content
Operating Systems AIX Default route removed - what to do ? Post 302334240 by zaxxon on Wednesday 15th of July 2009 05:14:02 AM
Old 07-15-2009
Default gateway and serial terminal have nothing to do with each other. Or is it just a fact that your serial connect doesn't work?
If so, how do you know that it is just the default gw missing?

Anyway, can use fastpath smitty tcpip.

Also you can use chdev for example:
Code:
chdev -l inet0 -a route=0,<ipofyourdefaultgw>


Last edited by zaxxon; 07-15-2009 at 06:27 AM..
 

9 More Discussions You Might Find Interesting

1. AIX

Permanent Default Route

Hi, We are running AIX 5.2. Our default gateway used to be IP Address A. Our new default gateway is IP Address B. A netstat revealed that our default route was IP address A. We manually added default route with IP address B and removed the default route with IP address A. However,... (3 Replies)
Discussion started by: DenD
3 Replies

2. Solaris

solaris 10 u5 what happens if no default route configured

Hi, I am new to solaris 10. What is the procedure the os takes if a default route is not configured? I am using a multihomed server with 4 interfaces. It looked strange to me this morning, because i had not defined a default route it defaulted to making one up, with the ip address of another... (9 Replies)
Discussion started by: borderblaster
9 Replies

3. AIX

Default route question

Hello I have a question regarding default route on AIX servers. (I am using a p5 5.3 TL9 machine). in my output of "lsattr -El inet0" I can see there are two routes like below. route net,-hopcount,0,,0,x.x.207.7 Route True route net,-hopcount,0,,0,x.x.202.129 Route True But... (9 Replies)
Discussion started by: gsabarinath
9 Replies

4. Solaris

Default route is configured, but seem to not work

Hiya, I got the default gateway set in /etc/defaultrouter file, however "netstat -nr" doesn't show anything like "default" in the routing table. As far as I know "netstat" on Solaris 10 u7 should show something like : Routing Table: IPv4 Destination Gateway Flags Ref ... (8 Replies)
Discussion started by: TomSu
8 Replies

5. IP Networking

DHCP/pxeboot Situation: how to specify default route?

Greetings, I am using debian squeeze to perform the following operation: 1. pxeboot Alix 2.c board into debian installer When I get to the installer my laptop's dhcp server successfully provides an ip address but does not set up the default route. I am not sure how to provide this. I... (2 Replies)
Discussion started by: mock
2 Replies

6. AIX

Default Route add fails

AIX version 5.3 when I try to add default gateway # route add 0 192.168.100.254 Or # route add default 192.168.100.254 I get the error 0821-275 route: socket: The file access permissions do not allow the specified action. searching on google i came across similar... (5 Replies)
Discussion started by: filosophizer
5 Replies

7. Solaris

Default route ( netstat -nrv ) is removed/missing after platform patch

After running a script for Platform Patch, the default route is removed from netstat -nrv. The machine does not reboot after Platform Patch. The script does not have any command to remove default route as shown below... route del default gw <IP> I am wondering, how is the defaut route... (10 Replies)
Discussion started by: frintocf
10 Replies

8. Solaris

Default route in system

Hi All Recently we have faced issue in SUN server after reboot of node 2 default routs has been added to system as below IRE Table: IPv4 **Destination*************Mask***********Gateway**********Device Mxfrg Rtt***Ref Flg**Out**In/Fwd* -------------------- ---------------... (2 Replies)
Discussion started by: aaysa123
2 Replies

9. Red Hat

IP Route add default and make permanet

Hi all, actually i'm facing this problem, we have 2 NICs on our VM.s with REDHAT 7.2 release, we made the following set up as we needed to access them from both IP ip route flush all ip route add 10.130.11.0/24 dev eno2 tab 1 ip route add 10.130.10.0/24 dev eno1 tab 2 ip route add... (0 Replies)
Discussion started by: charli1
0 Replies
gamt(1) 						      General Commands Manual							   gamt(1)

NAME
gamt - Intel AMT serial-over-lan (sol) client. SYNOPSIS
gamt [ options ] [ host ] DESCRIPTION
gamt provides access to the serial-over-lan port of Intel AMT managed machines. host is the hostname or IP address of the machine gamt should connect to. For more inforamtions on Intel AMT check amt-howto(7). OPTIONS
-h Display help text. -u <user> Specify username, defaults to "admin". -p <pass> Specify password. gamt will prompt you if unspecified. -f <font> Specify terminal font, defaults to "monospace 12". -c <color> Specify terminal text color, defaults to "gray". -b <color> Specify terminal background color, defaults to "black". Font, colors can also be changed using menu options. These settings are also written to the ~/.gamtrc config file, so they persistent. ENVIRONMENT
AMT_PASSWORD Default value for the password. SEE ALSO
amtterm(1), amttool(1), amt-howto(7) AUTHOR
(c) 2007 Gerd Hoffmann <kraxel@redhat.com> (c) 2007 Gerd Hoffmann gamt(1)
All times are GMT -4. The time now is 09:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy