I have setup advance networking on docker container and created bridge network to use specific ip like 172.24.xxx.xxx/28 which is my local LAN ip for docker0.But when i start the container , container gets different range ip address rather than the range which i defined to use with docker0 like 172.24.0.3/28.
I can ping 8.8.8.8 and all my internal ip address from container but when i try to ping container ip from another host i get Request time out.
Can anyone faces this issue?Please let me know how to resolve this issue and get ping response of container outside from host .
I followed below article to setup advance networking on docker,
https://docs.docker.com/articles/networking/