Hi all,
I am trying an x86 box with 6.0rc13 with a Draytek 120 adsl modem.
It kind of works, but i only seem to be able to browse google! I can open the google page, search for e.g. speedtest.net or bbc.co.uk and bring up the search results and advertising content, but when i click a link or type a URL directly into the address bar i get nothing. I even resolved some websites to IP's and punch the ip's into the address bar, and tried in firefox as well is IE - no change.
The same laptop works on a different wired and wireless network so i don't think it is the laptop.
I am using Google's dns 8.8.8.8 so thought perhaps this was a problem and tried an ISP dns server, but that made no difference.
What have i done??
I presume its got to be something to do with the routing or NAT/firewall?
here is my config - I have a dhcp client set on my PPPoE client picking up my single static IP. At the bottom of the config i have included the contents of the routing table.
I can ping/resolve any website i like, but i can only browse google and search, if i click any links, nothing happens.
thanks for any help i'm sure i'm just being stupid..
may/23/2013 17:06:19 by RouterOS 6.0rc13# software id = S90M-F92F
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether2 keepalive-timeout=
disabled name=pppoe-out1 password=password use-peer-dns=yes user=
username@internet.com
/ip pool
add name=dhcp-pool-1 ranges=192.168.9.1-192.168.9.253
/ip dhcp-server
add address-pool=dhcp-pool-1 disabled=no interface=ether1 name=dhcp1
/port
set 0 name=serial0
/ip address
add address=192.168.9.254/24 comment="added by setup" interface=ether1 network=
192.168.9.0
/ip dhcp-server network
add address=192.168.9.0/24 comment="added by setup" dns-server=8.8.8.8 gateway=
192.168.9.254
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1 src-address=
192.168.9.0/24
[admin@MikroTik] >
Also, dynamic routes:
0 ADS 0.0.0.0/0 89.145.254.70 11 ADC 89.145.254.70/32 11.11.11.248 pppoe-out1
02 ADC 192.168.9.0/24 192.168.9.254 ether1
0