IBM gateway
Is the gateway only for the obm or can it be used for the ibm? I set 1 of our radios to use the ibm and I can access it from the local network but not outside.
-
The gateway is for both IBM and OBM. As long as IBM and OBM are different subnets, then the traffic will go out whichever interface is in the same subnet as the default gateway.
If you find the gateway isn't working, please check with the route command from the debug> prompt. If you don't see the gateway programmed, please try resetting it, either from the CLI or by changing it and then changing it back from the web.
From the debug prompt you can also try pinging the gateway or something on a remote subnet.
-
Removing and reapplying the gateway fixed it you can see from my cmd output it was lacking the default route was able to get to gateway but no further. I reset the gateway back to default then to the right gw and all is well.
(CLI-config)# ipconfig
IP Address: 192.168.100.100
Subnet Mask: 255.255.255.0
Gateway IP: XX.XX.201.193
OBM MAC: 00:01:DE:81:6B:C6
IBM MAC: 00:01:DE:81:6B:C7debug route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
XX.XX.201.192 * 255.255.255.192 U 0 0 0 eth2
192.168.100.0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
debug ping 66.39.194.4
PING 66.39.194.4 (66.39.194.4): 56 data bytesdebug route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
XX.XX.201.192 * 255.255.255.192 U 0 0 0 eth2
192.168.100.0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default XX.XX.201.193 0.0.0.0 UG 0 0 0 eth2
debug
Please sign in to leave a comment.
Comments
3 comments