I have a server at a datacenter running ESXi. The DC has assigned me IPs for different vlans and 1 gateway address.
Hypothetical IPs:
VLAN 1 - 178.122.236.200/29 (Default Gateway 178.122.236.201)
VLAN 2 - 178.122.232.128/28 (means that 178.122.232.129 would be gateway)
According to them I have only 1 default gateway (*.236.201). Which is fine with me. On a Windows server I have a *.232.128 IP with the 178.122.236.201. It complained and told that the gateway was on a different network segment but it accepted it and worked.
On my BSD 8.1 machine I've tried setting 'defaultrouter' to 178.122.236.201 but I still can't ping anything outside the other machines on the same network segment.
Tried [cmd=]route add -net 178.122.232.128/28 178.122.236.201[/cmd] but it says that the network is unreachable.
Does anyone have any advice?
Hypothetical IPs:
VLAN 1 - 178.122.236.200/29 (Default Gateway 178.122.236.201)
VLAN 2 - 178.122.232.128/28 (means that 178.122.232.129 would be gateway)
According to them I have only 1 default gateway (*.236.201). Which is fine with me. On a Windows server I have a *.232.128 IP with the 178.122.236.201. It complained and told that the gateway was on a different network segment but it accepted it and worked.
On my BSD 8.1 machine I've tried setting 'defaultrouter' to 178.122.236.201 but I still can't ping anything outside the other machines on the same network segment.
Tried [cmd=]route add -net 178.122.232.128/28 178.122.236.201[/cmd] but it says that the network is unreachable.
Does anyone have any advice?