IPCFG_default_ip_gateway = 0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IPCFG_default_ip_gateway = 0

Jump to solution
996 Views
rdazcal
Contributor III

All over the RTCS code I see:

 

IPCFG_default_ip_gateway = 0

 

What does it means gateway = 0? Shouldn't it be some valid gateway ip address?

Labels (1)
Tags (1)
0 Kudos
1 Solution
449 Views
PetrM
Senior Contributor I

It depends on your network. If there are gateways, you have to assign its IP address to this variable. Be sure you have also enabled RTCSCFG_ENABLE_GATEWAYS in your user_config.h.

 

PetrM

 

View solution in original post

0 Kudos
2 Replies
450 Views
PetrM
Senior Contributor I

It depends on your network. If there are gateways, you have to assign its IP address to this variable. Be sure you have also enabled RTCSCFG_ENABLE_GATEWAYS in your user_config.h.

 

PetrM

 

0 Kudos
449 Views
rdazcal
Contributor III

Thanks PetrM

0 Kudos