11-13-2015
Doesn't really make much sense to say which is closer, however you could at least say that the default gateway of 10.0.0.1 is out through eth1 on the 10.0.0.0/24 network.
Your host knows where the default gateway is and how to get there.... so closeness isn't an issue.
Your host knows about the 10.0.0.0/24 network on eth1 and knows about the 10.1.1.0/24 network on eth0.
All internet traffic will go out eth1 because it doesn't know about those networks and that's where the default gateway can be found.
(assumes that the default gateway knows how to get to those Internet addresses)
This User Gave Thanks to cjcox For This Post:
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I'm brand new to this forum AND Unix. For obvious reasons. I don't know much at all. I'm 14 and i just got my first UNIX SPARCstation5 SUN computer. Something like that. i set up Solaris 9.1(With the help from my dad), now that i've gotten pertty much everything settled, i would like to route my... (8 Replies)
Discussion started by: SoulCheese
8 Replies
2. UNIX for Advanced & Expert Users
I want to collect the database tables(Ex: Emp,Sal,Bonus...etc)
in a file & give this file at the command prompt, when prompted for the tables list at command prompt. How can i do that ?
Ex:- Import jason/jason1 tables=emp,sal,bonus log=j1.log
i want to change this into
Ex:- Import... (3 Replies)
Discussion started by: dreams5617
3 Replies
3. IP Networking
hi
is there any system call by which ip routing table can be accessed. (1 Reply)
Discussion started by: vinodkumar
1 Replies
4. UNIX for Dummies Questions & Answers
Hey guys,
I needed to add a route to my routing table and I got it to work but on reboot it gets removed. Anyone know what file I can add this route to so it stays on the machine after a reboot? (9 Replies)
Discussion started by: kingdbag
9 Replies
5. Shell Programming and Scripting
I am trying to transpose tables listed in the format into format. Any help would be greatly appreciated.
Input:
test_data_1
1 2 90%
4 3 91%
5 4 90%
6 5 90%
9 6 90%
test_data_2
3 5 92%
5 4 92%
7 3 93%
9 2 92%
1 1 92%
...
Output:... (7 Replies)
Discussion started by: justthisguy
7 Replies
6. UNIX for Dummies Questions & Answers
Hello everybody,
I need help:
I have to make routing between two different LAN.
I have the IP for first network 81.180.75.70 and the mask is 255.255.255.192
and for the second network: 192.168.1.1 and the mask 255.255.255.0
So, each network has only one PC with windows (this is for test),... (0 Replies)
Discussion started by: meorfi
0 Replies
7. UNIX for Advanced & Expert Users
Hello everybody,
I need help:
I have to make routing between two different LAN.
I have the IP for first network 81.180.75.70 and the mask is 255.255.255.192
and for the second network: 192.168.1.1 and the mask 255.255.255.0
So, each network has only one PC with windows (this is for test),... (11 Replies)
Discussion started by: meorfi
11 Replies
8. Shell Programming and Scripting
HI All,
I am new to Unix shell scripts..
Could you please post the unix shell script for for the below request.,
There are two different tables(sample1, sample2) in different schemas(s_schema1, s_schema2).
Unix shell script to compare the columns of two different tables of two... (2 Replies)
Discussion started by: Rajkumar Gopal
2 Replies
9. Shell Programming and Scripting
Hi All,
In my script I have used the below code to retrieve the instance name
V_INSTANCE_NAME=`sqlplus -s ${APPS_USR_PSWD} <<+
set pagesize 0 linesize 256 feedback off verify off head off echo off
set serveroutput off
select... (2 Replies)
Discussion started by: kalidoss
2 Replies
10. HP-UX
Heyy,
any help would be grateful....
LOOKING FOR THE WAYS TO SEND AN EMAIL WITH ATTACHMENT & HTML TABLES IN BODY THROUGH SHELL SCRIPT (LINUX)..NOT SURE, IF WE HAVE ANY INBUILT HTML TAG OR UNIX COMMAND TO SEND THE ATTACHMENTS. KINDLY HELP
below is small script posted for our understanding..... (2 Replies)
Discussion started by: Harsha Vardhan
2 Replies
LEARN ABOUT HPUX
nrbroadcast
NRBROADCAST(5) Linux Programmer's Manual NRBROADCAST(5)
NAME
nrbroadcast - NET/ROM routing broadcast configuration file.
DESCRIPTION
Nrbroadcast is an ASCII file that contains information about each of the physical AX.25 ports that are to have NET/ROM routing broadcasts
transmitted from them.
Each line has the following format, each field being delimited by white space:
port minobs defqual worstqual verbose
The field descriptions are:
port the port name of the AX.25 port to broadcast on.
minobs this is the minimum obsolescence count of a routing table entry to be broadcast on this port.
defqual this is the default quality of an incoming routing broadcast from an unknown neighbour.
worstqual this is the worst quality node received from a routing broadcast that will be added to our routing table.
verbose whether the routes to all of my nodes in my routing table, or just the nodes resident on my machine are to be broad-
cast.
FILES
/etc/ax25/nrbroadcast
/etc/ax25/axports
SEE ALSO
call(1), netrom(4), axports(5), netromd(8), nrparms(8).
Linux 2 August 1996 NRBROADCAST(5)