Hi,
I better clarify my problem. I am configuring my network in dual mode. I
added bastion network definition to the network json file. I wonder when i
run
crowbar network allocate_ip default $admin_name bastion admin
command at the admin node, will i have the default route set to the
bastion network's router and
will i be able to ssh to its ip address outside?
Below is the admin and bastion part:
"admin": {
"conduit": "intf0",
"vlan": 963,
"use_vlan": false,
"add_bridge": false,
"subnet": "10.108.63.0",
"netmask": "255.255.255.0",
"broadcast": "10.108.63.255",
"router": "10.108.63.1",
"router_pref": 10,
"ranges": {
"admin": { "start": "10.108.63.10", "end": "10.108.63.11" },
"dhcp": { "start": "10.108.63.21", "end": "10.108.63.80" },
"host": { "start": "10.108.63.81", "end": "10.108.63.160" },
"switch": { "start": "10.108.63.241", "end": "10.108.63.250" }
}
},
"bastion": {
"conduit": "bastion1",
"vlan": 1,
"use_vlan": false,
"add_bridge": false,
"subnet": "10.101.45.101",
"netmask": "255.255.255.0",
"broadcast": "10.101.45.255",
"router": "10.108.45.1",
"router_pref": 5,
"ranges": {
"admin": { "start": "10.101.45.101", "end":
"10.101.45.101" }
}
}
--
Oğuz Yarımtepe
http://about.me/oguzy
_______________________________________________
Crowbar mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/