![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NIM server setup on etherchannel setup environment | pdtak | AIX | 1 | 05-28-2008 01:54 PM |
| configuring 2-gateways in linux | jagdish.machhi@ | Shell Programming and Scripting | 1 | 09-20-2007 07:35 AM |
| Configuring 1 Nic card with 2 IP addresses and 2 seperate default Gateways in Solaris | Remi | SUN Solaris | 1 | 04-11-2007 06:06 PM |
| 2 gateways on the same unix box | josramon | IP Networking | 2 | 04-12-2004 08:56 AM |
| gateways | Deuce | UNIX for Dummies Questions & Answers | 2 | 11-12-2001 04:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
setup of 2 gateways on AIX
Please, anybody help on resolving the following problem?
I have 2 netwotks ( 10.0.0.0 and 10.0.11.0 ) on 2 different areas I need both networks to telnet the corresponding ethernet card. This is a prblem because AIX is configured with a default gateway. Please advice how to assign 2 different gateways on the machine. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Each network card will have its own gateway and as such this should take care of the correct routing.
|
|
#3
|
|||
|
|||
|
Network "10.0.0.0" is - if nothing else is stated, a class A network, ranging from 10.0.0.1 to 10.255.255.254, 10.0.0.0 being the broadcast address and 10.255.255.255 being the multicast address.
Of course you can subnet network 10 down to a 8-bit Host mask/24-bit network mask (this is usually regarded as "Class C"), but in this case you would lose network 10.0.0 as well as the network 10.255.255. The reason is, that neither the host address nor the net address may consist of only 1s or 0s. For this reason your addresses "10.0.0.x" and "10.0.11.x" are either on the same network or 10.0.0.x is illegal. I'd suggest you get a TCP/IP networking primer and start over your network layout again. bakunin |
|||
| Google The UNIX and Linux Forums |