DHCP client without default gateway

Hi,

I installed RouterOS 3.14 on RouterBoard 433 and configured it this way:

/interface pppoe-client add interface=ether1 user="myusername" password="mypassword" \
add-default-route=yes use-peer-dns=yes disabled=no

/ip address add address=192.168.0.1/24 interface=ether2

/ip firewall nat add chain=srcnat src-address=192.168.0.0/24 action=masquerade

/ip dhcp-server setup

My network looks similar like this, the difference is, that my adsl Modem works in bridged - mode, so ether1 is a pppoe-client:

I have three computers (all Win Xp) in the 192.168.0.0/24 network, two of them can connect to the internet, but my laptop can’t.
If I run ipconfig /all on my laptop, it says:

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
        Physical Address. . . . . . . . . : 00-1B-38-BC-4B-F7
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.0.253
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 192.168.0.1
        DNS Servers . . . . . . . . . . . : 195.29.149.197
                                            195.29.149.196
        Lease Obtained. . . . . . . . . . : Sunday, October 05, 2008 10:44:43 AM

        Lease Expires . . . . . . . . . . : Wednesday, October 08, 2008 10:44:43 AM

The default gateway is missing.

When I remove the Mikrotik router from network and connect the computers directly to my adsl-modem (now configured as dhcp-server with network 192.168.1.0/24), then all computers can connect to internet.

Can somebody please help me to get my laptop connect to internet?

post here /ip dhcp-server network export

I just solved the problem - it was not Mikrotiks fault.
On my laptop, I opened a browser and typed in as Url 192.168.0.1, which leads me to my webroot folder of my apache webserver.
So I changed the network from 192.168.0.0/24 to 192.168.2.0/24 in the Mikrotik router, and now my laptop can connect to internet.
I’m proud of myself! :slight_smile:

thanks for your quick reply, Chupaka.