Hello, i have an /26 public ip (Internet adreess) and i need to make some change to give a /30 or /29 to any off my clients. To give her any public´s ip with the correct gateway.
First i make this:
/ ip address
add address=200.110.219.130/29 network=200.110.219.128 broadcast=200.110.219.135 \
interface=ether1 comment="" disabled=no
add address=200.110.219.189/30 network=200.110.219.188 broadcast=200.110.219.191 \
interface=ether2 comment="Notebook" disabled=no
/ ip route
add dst-address=0.0.0.0/0 gateway=200.110.219.129 scope=255 target-scope=10 comment="" disabled=no
You can see the static route but not dynamic because i use the export command.
I put the ip 200.110.219.190 in a notebook with gateway 200.110.219.189 and mask 255.255.255.252 but not nowrk, this machine dont have connection to internet. only can ping the gateway.
What i need to do or change to get the notebook have internet connection? i need to put some ip route rules or something?
Thanks in advance
Gustavo