Aix Routing Problem


 
Thread Tools Search this Thread
Operating Systems AIX Aix Routing Problem
# 1  
Old 05-24-2011
Aix Routing Problem

I need the following solution , please help me...

Current situation
Code:
 ip: 192.168.0.12 persistent and 192.168.254.12 service ip
 gateway: 192.168.0.254
 subnet: 255.255.255.0

i have added a new ip on a new nic
Code:
 ip: 10.10.255.40
 gateway: 10.10.255.62
 subnet: 255.255.255.224

I user smitty chinet to add the ip and subnet, no gateway added on the new nic.

this new nic is connected to a router directly from where all the users ip group routed.

Please let me know the command for the add the route in the routing table ASAP.

Moderator's Comments:
Mod Comment ASAP... you don't have to pay for the service here so there is no right for demanding anything. So please refrain in future of using things like ASAP, thanks.

Last edited by zaxxon; 05-24-2011 at 06:12 AM..
# 2  
Old 05-24-2011
I added a moderator comment into you post. Read and remember it. Best is to read and obeye the forum rules anyway.

For temporary usage, use the command
Code:
route add ...

More info about it can be found in the man page, as well as examples for it.

For permanent adding a route use
Code:
smitty route

This will call a chdev in the background so you could use this command directly too, if you know it's parameters.

Easiest and safest will be using SMIT though.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Routing problem

Hi, I have two physical interfaces on a servers. We have connected them to differerent subnets. 1) First interface: 10.158.49.87 to newtwork 10.158.49.0, its gateway is 10.158.49.1 (It is added as default gateway) It is existing set up. It works well 2) Second interface: ... (1 Reply)
Discussion started by: sri243
1 Replies

2. AIX

how do I create a routing table (AIX)

Hi, I just noticed that we cannot connect to some parts of our network. I guess this has something to do with a network change some time ago where we got different subnets. We have our workstations all connected to a switch with a subnet 10.100.123.xx The switch is then connected to our main... (5 Replies)
Discussion started by: eRJe
5 Replies

3. AIX

Routing setup - AIX

Hi All, I know there is a way to do this in routers. The question is whether it is posisble to do this in AIX. For our Web Focus ODBC connection to the Disaster Recovery servers, we want to restrict the access to the ODBC ports so that only the IP address of the Web Focus server can get to... (1 Reply)
Discussion started by: strunz
1 Replies

4. AIX

scripting routing changes on aix 4.3 and 5x

Hi All, I need to script a routing changes on my aix servers. I can't use smitty, very slow. I need to delete the static routing and add a new one. I also need to change default routing. I know using route add and route delete but I think I remember that this is not enough that's why I... (2 Replies)
Discussion started by: itik
2 Replies

5. AIX

AIX routing and TCPIP. Anyone find any good Tutorials?

HI All, Does anyone out there know of any good online tutorials for the basics of routing, gateways, networking with AIX, preferably the more recent versions like 5.2/5.3? Using commands such as netstat, smit mkroute, etc. to connect to boxes on a network, and load software with networked... (1 Reply)
Discussion started by: jeffpas
1 Replies

6. AIX

AIX Routing Issue

Hello, I've moved to a new network with multiple AIX box's. Most of them are working fine and dandy. On one box I need to set up a static route to a gateway.. no problem right? Whenever I add the route it appears in the routing table as UGc and then begins adding new entries to the... (1 Reply)
Discussion started by: joshstar14
1 Replies

7. UNIX for Dummies Questions & Answers

AIX 5.3 Routing

Hey all you *Nix Gurus...I got a relatively simple one for ya. I just cloned an AIX 5.3 server without copy over the Network info. However, now I need to update the routing table on the destination server so that it mirrors the source. Aside from painstakingly, manually updating the ODM using... (1 Reply)
Discussion started by: BlitzSonik
1 Replies

8. AIX

AIX 4.3.3.0 routing problems

Hello guys. I have a AIX running an ip of 128.2.1.85 255.255.255.0, Main office router is 128.2.1.2 .we just got an t1 line point to point for a remote office with to pcs. My question. I'm not able to ping those pcs one of them is using this ip 128.2.2.128 255.255.255.0 Remote router ip... (2 Replies)
Discussion started by: josramon
2 Replies

9. IP Networking

Routing Problem

I have a question concerning networking. Could any forum members explain to me why I might be getting "no route to host" messages when I try to connect through ftp and http protocols? I have went to my etc/hosts file and everything seems to be configured properly. I can connect within my... (1 Reply)
Discussion started by: cstovall
1 Replies

10. IP Networking

Routing problem

Hi I know this problem is more likely some windows problem but it has also something to do with unix. We have a windows nt environment wich uses AIX (unix) machines as file servers (samba). In our windows network environment we nicely see al the unix file servers via the 10 MB network. Last... (2 Replies)
Discussion started by: Mark Detrez
2 Replies
Login or Register to Ask a Question