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
2,084 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
Reply
1 Solution
1,537 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
Reply
2 Replies
1,538 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
Reply
1,537 Views
rdazcal
Contributor III

Thanks PetrM

0 Kudos
Reply