Hi,
I am using the attached RSpec to reserve resources.
The topology consists of 3 nodes with a single link between each pair of nodes. Each of these links is in a different subnet. All the IPs are in the 192.168.a.xx subnet with the subnet Mask as 255.255.255.0.
However, when I log in to node A, my routing table entry looks like:
root@nodea:/users/dbhat# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.16.0.1 0.0.0.0 UG 0 0 0 eth0
172.16.0.0 0.0.0.0 255.240.0.0 U 0 0 0 eth0
192.168.0.0 192.168.3.12 255.255.0.0 UG 0 0 0 eth2
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.2.8 192.168.1.11 255.255.255.252 UG 0 0 0 eth1
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
I am not sure why these entries are a part of the routing table:
192.168.0.0 192.168.3.12 255.255.0.0 UG 0 0 0 eth2
192.168.2.8 192.168.1.11 255.255.255.252 UG 0 0 0 eth1
Is there a problem with the RSpec?
Currently, I have a slice "testlearn" reserved at the Nysernet IG rack with this RSpec.
Could you please help me with this?
Thank you,
--
Regards,
Divyashri Bhat
Graduate Student
University of Massachusetts, Amherst