Sponsored Content
Full Discussion: gateway
Operating Systems AIX gateway Post 302208066 by zaxxon on Monday 23rd of June 2008 01:14:14 AM
Old 06-23-2008
Code:
route delete <dest_ip> <gw_ip>

But check the ODM too (if it's a Def. GW) maybe with
Code:
odmget -q "name=inet0" CuAt
# or
lsattr -El inet0

and delete the unwanted entry with odmdelete.

Since I had problems when I deleted duplicate Def. GW entries even from ODM and having them back again after a reboot, I always write a new boot image now, when doing such changes
Code:
bosboot -ad /dev/ipldevice

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

gateway address

How can I change the gateway address on my sco Openserver 5.0.6. A cisco firewall is recently installed but the gateway on the system is still pointing at the old one. I want it to use the gateway address of the router. Please help. Thanks (2 Replies)
Discussion started by: sshokunbi
2 Replies

2. IP Networking

gateway

I used "route" to add the default gateway I wrote this: route add default 19x.x.x.x 0 but this is not permanent default gateway. Do I need to use another command? Thank a lot (2 Replies)
Discussion started by: lmena
2 Replies

3. Red Hat

gateway

Hi, in which file and how shuold be decalred a gateway and its IP adresse ? Where and how add a gateway ? Many thanks before. (3 Replies)
Discussion started by: big123456
3 Replies

4. Programming

how we can get gateway address

how we can get the gateway address. i know gethostname used for ipaddress how we can get the system gateway address. thank u inadvance, sree (2 Replies)
Discussion started by: phani_sree
2 Replies

5. SCO

SCO Gateway

Hy everybody ! I'm new on your forum, i'm french and don't speak a good english, so scuse me please for it ! I would to know how modify a gateway on a SCO 5.06 We have a problem, we have multi "beach" adress, one is 192.1.1.x, an other is 192.1.4.x Actually, the computer on 192.1.4.x... (2 Replies)
Discussion started by: LB59
2 Replies

6. AIX

Help with Default Gateway

Hi, I have two interfaces on m AIX 5.3 box. One going to 192.168.1.x and it has a gateway of 192.168.1.1. I configured the other gateway with 192.168.2.x and the default gateway as 192.168.2.1. But I can't get connectivity to the 192.168.2.1 network. Can someone help me out and let me know... (7 Replies)
Discussion started by: bbbngowc
7 Replies

7. Solaris

Gateway

Hi all, Just now i had change the gateway for a server Go to /etc/defaultrouter, change to 10.86.33.1 route delete default 10.86.39.222 route add default 10.86.33.1 now cannot telnet to the server already.. any idea? (5 Replies)
Discussion started by: SmartAntz
5 Replies

8. AIX

Can not Ping Gateway

Hello, I am new to Unix :D and have been trying to configure an AIX server running 5.3. I used smitty or smit to configure interface 0 on the server. I am able to ping the IP I set, however I am still unable to ping the gateway. I configured the IP by navigating to Communications Applications... (6 Replies)
Discussion started by: cdub50
6 Replies

9. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

10. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies
Net::DNS::RR::IPSECKEY(3)				User Contributed Perl Documentation				 Net::DNS::RR::IPSECKEY(3)

NAME
Net::DNS::RR::IPSECKEY - DNS IPSECKEY resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name IPSECKEY precedence gatetype algorithm gateway key'); DESCRIPTION
DNS IPSEC Key Storage (IPSECKEY) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. precedence $precedence = $rr->precedence; This is an 8-bit precedence for this record. Gateways listed in IPSECKEY records with lower precedence are to be attempted first. gatetype $gatetype = $rr->gatetype; The gateway type field indicates the format of the information that is stored in the gateway field. algorithm $algorithm = $rr->algorithm; The algorithm type field identifies the public keys cryptographic algorithm and determines the format of the public key field. gateway $gateway = $rr->gateway; The gateway field indicates a gateway to which an IPsec tunnel may be created in order to reach the entity named by this resource record. key $key = $rr->key; Base64 representation of the optional public key block for the resource record. keybin $keybin = $rr->keybin; Binary representation of the public key block for the resource record. COPYRIGHT
Copyright (c)2007 Olaf Kolkman, NLnet Labs. Portions Copyright (c)2012 Dick Franks. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC4025 perl v5.18.2 2014-01-16 Net::DNS::RR::IPSECKEY(3)
All times are GMT -4. The time now is 07:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy