Thursday, February 24, 2011

RB750G configure to work with Singnet ADSL

1 ) Use Winbox to access the RB750G.
2 ) New Terminal
3 ) Issue this to reset to factory setting
/system reset-configuration no-defaults=yes
4 ) Remove the DHCP-Client setting.
5 ) After reboot, use Winbox to access the RB750G and paste the below setting.

/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:73:C1:AC \
    master-port=none mtu=1500 name=ether1-gateway speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:73:C1:AD \
    master-port=none mtu=1500 name=ether2-local-master speed=100Mbps
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:73:C1:AE \
    master-port=ether2-local-master mtu=1500 name=ether3-local-slave speed=100Mbps
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:73:C1:AF \
    master-port=ether2-local-master mtu=1500 name=ether4-local-slave speed=100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:73:C1:B0 \
    master-port=ether2-local-master mtu=1500 name=ether5-local-slave speed=100Mbps

/ip address
add address=192.168.0.1/24 broadcast=192.168.0.255 comment="default configuration" disabled=no interface=ether2-local-master network=192.168.0.0

/ip pool
add name=default-dhcp ranges=192.168.0.10-192.168.0.254

/ip dhcp-server
add address-pool=default-dhcp authoritative=after-2sec-delay bootp-support=static disabled=no interface=ether2-local-master lease-time=3d name=default

/ip dhcp-server network
add address=192.168.0.0/24 comment="default configuration" dns-server=192.168.0.1 gateway=192.168.0.1

/ip dns
set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB max-udp-packet-size=512 \
    servers=208.67.222.222,208.67.220.220,165.21.100.88,165.21.83.88

/ip dns static
add address=192.168.0.1 comment="" disabled=no name=router ttl=1d

/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 comment=\
    "" dial-on-demand=no disabled=no interface=ether1-gateway max-mru=1492 \
    max-mtu=1492 mrru=disabled name=pppoe-out1 password=XXXXXXXX profile=\
    default service-name="" use-peer-dns=yes user=username@singnet

/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" disabled=\
    no out-interface=pppoe-out1


/ip firewall filter
add action=accept chain=input comment="" disabled=no protocol=\
    icmp
add action=accept chain=input comment="" connection-state=\
    established disabled=no in-interface=pppoe-out1
add action=accept chain=forward comment="" connection-state=\
    related disabled=no in-interface=pppoe-out1
add action=drop chain=input comment="" disabled=no \
    in-interface=pppoe-out1


/system ntp client
set enabled=yes mode=unicast primary-ntp=61.67.210.241 secondary-ntp=\
    218.211.253.172

No comments:

Post a Comment