Internet No Worky...

Need help on my RouterOS box… I have ether1 and ether2. Ether1 is my ISP uplink and ether2 is my local LAN. My static IP address is 203.114.137.71. I can ping websites fine but I cant get any Internet traffic through… what have I done wrong, or not done.. Heres my settings:

ether1=public
ether2=local

IP Addresses:
0 192.168.1.100/24 192.168.1.0 192.168.1.255 local
1 203.114.137.71/28 203.114.137.64 203.114.137.79 public

IP Routing:
0 ADC 192.168.1.0/24 192.168.1.100 local
1 ADC 203.114.137.64/28 203.114.137.71 public
2 A S 0.0.0.0/0 r 203.114.137.65 public

Help anyone??


Hi,

That’s correct and simple for setup dynamic router later you can add features,
now you can setup your PC with ranges router IP included DNS from your ISP
enter IP address to PC manually:
IP address: 192.168.1.1
Netmask: 255.255.255.0
Gateway: 192.168.1.100
Primary dns: [your_IP_DNS_ISP]
Secondary dns: [your_IP_DNS_ISP]

than any internet host you can pinging from C:
must reply…
couse you already put NAT your friend,
Balimore
------------------------------------------------------------------------------------

ip firewall nat >

add chain=srcnat out-interface=ether1 action=masquerade

Cheers…