Hello All,

Right after the installation and configuring 2 network interfaces with 1
alias for each:

eth0      Link encap:Ethernet  HWaddr 00:60:08:94:BA:90
          inet addr:194.247.138.105  Bcast:194.247.138.111
Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:209 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:12 Base address:0xd400

eth0:0    Link encap:Ethernet  HWaddr 00:60:08:94:BA:90
          inet addr:192.168.2.5  Bcast:192.168.2.15  Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:12 Base address:0xd400

eth1      Link encap:Ethernet  HWaddr 00:40:95:24:FA:3E
          inet addr:194.247.138.114  Bcast:194.247.138.127
Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:99 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:5 Base address:0x320

eth1:0    Link encap:Ethernet  HWaddr 00:40:95:24:FA:3E
          inet addr:10.6.4.7  Bcast:10.6.4.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:5 Base address:0x320

 I have the following routing table, although I didn't create any routes to
hosts and networks except for "default":

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
194.247.138.114 *               255.255.255.255 UH        0 0          0
eth1
194.247.138.105 *               255.255.255.255 UH        0 0          0
eth0
192.168.2.0     *               255.255.255.240 U         0 0          0
eth0
194.247.138.112 *               255.255.255.240 U         0 0          0
eth1
194.247.138.96  *               255.255.255.240 U         0 0          0
eth0
10.6.4.0        *               255.255.255.0   U         0 0          0
eth1
127.0.0.0       *               255.0.0.0       U         0 0          0 lo
default         xCisco          0.0.0.0         UG        0 0          0
eth1

I guess that I should use "routed" daemon as I am configuring a gateway.
When I start "routed" manually, I have the following routing table:

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
194.247.138.114 *               255.255.255.255 UH        0 0          0
eth1
194.247.138.105 *               255.255.255.255 UH        0 0          0
eth0
192.168.2.0     admiral         255.255.255.240 UG        0 0          0
eth0
192.168.2.0     *               255.255.255.240 U         0 0          0
eth0
194.247.138.112 194.247.138.114 255.255.255.240 UG        0 0          0
eth1
194.247.138.112 *               255.255.255.240 U         0 0          0
eth1
194.247.138.96  194.247.138.105 255.255.255.240 UG        0 0          0
eth0
194.247.138.96  *               255.255.255.240 U         0 0          0
eth0
10.6.4.0        aAdmiral        255.255.255.0   UG        0 0          0
eth1
10.6.4.0        *               255.255.255.0   U         0 0          0
eth1
127.0.0.0       *               255.0.0.0       U         0 0          0 lo
default         xCisco          0.0.0.0         UG        0 0          0
eth1

This table seems to be TOO OVERLOADED. I'd like to have the next:

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.2.0     admiral         255.255.255.240 UG        0 0          0
eth0
194.247.138.112 194.247.138.114 255.255.255.240 UG        0 0          0
eth1
194.247.138.96  194.247.138.105 255.255.255.240 UG        0 0          0
eth0
10.6.4.0        aAdmiral        255.255.255.0   UG        0 0          0
eth1
127.0.0.0       *               255.0.0.0       U         0 0          0 lo
default         xCisco          0.0.0.0         UG        0 0          0
eth1

- the ways to 4 possible networks + loopback + default.

1. Could anybody advise how may I receive this last table without additional
"route del ..."?
2. I named all my possible networks in /etc/networks, and all possible
IP-numbers. But in spite of this I see IP and network numbers instead of
names in the routing table. How may I see names instead of numbers?

Thank you,

Irina Kotlova


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to