Hi ...
I saw something around the forum some months ago but I did not found the topic. May be a dumb question.
I have a simple config to distribute internet access at home using wrap board with a 3G usb modem + ATH 802.11B/G mini-pci running AP.
When I installed ROS for the first time (3.16 I guess) using the intial setup via console, the routine ask us to define ETH address/mask AND default gateway. I only defined ETH address because the default gateway will be added by my public hardware / interface (a 3G modem) when avialable.
So, if ppp is down, there is not a default gateway defined. Under this situation, I can't access X86 machine via winbox using interface IP address.
How can I connect Winbox (or telnet, webbox etc) to ROS via any local interface without a default gateway defined? Everytime I have some ppp problem I need to conect ETH interface and use its mac address + winbox to work around (WLAN does not work for this).
I thought to add one static gateway, metric 3 ... 5 ... don't know. If ppp = down, still a gateway somewhere because the defaul one is dynamic and ppp-up dependent.
Consider this config:
lags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..
0 ADS 0.0.0.0/0 r 10.112.112.244 1 3GNET
1 ADC 10.112.112.244/32 X8X.0.23.161 0 3GNET
2 ADC 192.168.10.0/24 192.168.10.1 0 WLAN
3 ADC 192.168.100.0/24 192.168.100.1 0 ETH1
How?
Thanks in advance.