IPv6 connectivity test

Test your IPv6 connectivity. JavaScript Required. This site requires JavaScript, as well as the ability to pull in cross-site scripts, in order to perform the testing.

Is a free service that checks your IPv6 and IPv4 connectivity and speed.

This website is dedicated to a simple and effective test of IPv6, dual-stack, and IPv4 connectivity via multiple protocol tests conducted by users through their web browser.

“Normal Test” shows which protocol your browser preferrs when you have both IPv4 and IPv6 connectivity.

This chart helps you to test whether your computer makes the right decisions about using IPv4 or IPv6.

http://www.ipv6forum.com/test_ipv6.php

Posted in IPv6 | Comments Off

worldipv6launch.org

WORLD IPV6 LAUNCH is 6 June 2012 – The Future is Forever

The Future is Forever

6 JUNE 2012

Major Internet service providers (ISPs), home networking equipment manufacturers, and web companies around the world are coming together to permanently enable IPv6 for their products and services by 6 June 2012.

Organized by the Internet Society, and building on the successful one-day World IPv6 Day event held on 8 June 2011, World IPv6 Launch represents a major milestone in the global deployment of IPv6. As the successor to the current Internet Protocol, IPv4, IPv6 is critical to the Internet’s continued growth as a platform for innovation and economic development.

Join the Launch

We welcome web companies, ISPs, and home router vendors to join this effort. If your organization is prepared to support the cause and permanently enable IPv6, please register by following one of the three links below.

In addition to registering to participate, we encourage anyone who would like to show support for the global deployment of IPv6 to download and use the World IPv6 Launch badges.

Website Operators * Network Operators  * Home Router * Vendors
Posted in IPv6 | Comments Off

RB751G-2HnD IPv6 on RDS

RDS IPv6 pppoe on Mikrotik RB751G-2HnD

Enable ipv6 package, then reboot the router;
/system reboot

Add ipv6test to ppp-service;
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1-gateway \
name=pppoe1 password=changeme service-name=ipv6test \
use-peer-dns=yes user=changeme

Select Use IPv6 as default on ppp-profile;
/ppp profile
set 1 dhcpv6-pd-pool=ipv6-pool use-ipv6=default

Add interface pppoe1 with pool-name ipv6-pool on dhcp6-client;
/ipv6 dhcp-client
add interface=pppoe1 pool-name=ipv6-pool

Add IPv6 address to local interface:
/ipv6 address
add address=2a02:2f01:1046:XXXX::1/64 advertise=yes interface=bridge-local

Insert the IPv6-firewall rules ;

/ipv6 firewall filter
add action=accept chain=input comment=”Router – Allow IPv6 ICMP” disabled=no protocol=icmpv6
add action=accept chain=input comment=”Router – Accept established connections” connection-state=established disabled=no
add action=accept chain=input comment=”Router – Accept related connections” connection-state=related disabled=no add action=drop chain=input comment=”Router – Drop invalid connections” connection-state=invalid disabled=no
add action=accept chain=input comment=”Router- UDP” disabled=no protocol=udp
add action=accept chain=input comment=”Router – From our LAN” disabled=no in-interface=bridge-local
add action=drop chain=input comment=”Router – Drop other traffic” disabled=no
add action=drop chain=forward comment=”LAN – Drop invalid Connections” connection-state=invalid disabled=no
add action=accept chain=forward comment=”LAN – Accept UDP” disabled=no protocol=udp
add action=accept chain=forward comment=”LAN – Accept ICMPv6 ” disabled=no protocol=icmpv6 add action=accept chain=forward comment=”LAN – Accept established Connections” connection-state=established disabled=no
add action=accept chain=forward comment=”LAN – Accept related connections” connection-state=related disabled=no
add action=accept chain=forward comment=”LAN – Internal traffic” disabled=no in-interface=bridge-local
add action=log chain=forward comment=”LAN – Log everything else” disabled=no log-prefix=”Log IPv6″
add action=reject chain=forward comment=”LAN – Drop everything else” connection-state=new disabled=no in-interface=RDS reject-with=icmp-no-route

 

Posted in Mikrotik | Comments Off

OpenVPN clients valid subnets

C:\Program Files\OpenVPN\bin>openvpn.exe –show-valid-subnets

[1,2] [5,6] [9,10] [13,14] [17,18] [21,22] [25,26] [29,30] [33,34] [37,38] [41,42] [45,46] [49,50] [53,54] [57,58] [61,62] [65,66] [69,70] [73,74] [77,78] [81,82] [85,86] [89,90] [93,94] [97,98] [101,102] [105,106] [109,110] [113,114] [117,118] [121,122] [125,126] [129,130] [133,134] [137,138] [141,142] [145,146] [149,150] [153,154] [157,158] [161,162] [165,166] [169,170] [173,174] [177,178] [181,182] [185,186] [189,190] [193,194] [197,198] [201,202] [205,206] [209,210] [213,214] [217,218] [221,222] [225,226] [229,230] [233,234] [237,238] [241,242] [245,246] [249,250] [253,254]

server.conf must contain this line:

client-config-dir /etc/openvpn/ccd 

In directory /etc/openvpn/ccd
has files named with the CN of the certificate for each client,
e.g. for johns, create a file johns, containing something like this:

Windows Clients:
#ifconfig-push clientIP serverIP
ifconfig-push 10.8.0.3 10.8.0.1 

Linux Clients:
#ifconfig-push clientIP Netmask
ifconfig-push 10.8.0.3 255.255.255.0

Posted in Routing | Comments Off

RB751G-2HnD USB external drive ( Flash stick or HDD)

External drive on RB751G-2HnD

The list of the RouterBOARDs, where is the option to add an external drive:

  • RouterBOARD 5xx (532/532A- Compact Flash card slot);
  • RouterBOARD 4xx (433AH- MicroSD card slot;
    433UAH- MicroSD card slot; 450G- MicroSD card slot);
  • RouterBOARD 6xx (600/600a- Compact Flash card slot);
  • RouterBOARD 1000 (1000- Compact Flash card slot);
  • RouterBOARD 1100AH/1100AHx2 (MicroSD card slot);
  • RouterBOARD 1200 (MicroSD card slot);
  • RouterBOARD 750UP751U, 751G (USB Flash or external HDD);

The example covers configuration to add the external drive ( CF, MicroDrive , MicroSD, USB Flash or USB HDD ).

  • Firstly, let’s prepare external drive.
    Plug the external drive into the RouterBOARD, disk should be recognized and shown at /store menu.
    Run the Format Disk command,

Proxy16.png

  • Configure to save the external drive as web-proxy type,

Proxy17.png

Posted in Mikrotik | Comments Off

ZTE MF190 interface settings

ZTE MF190 interface settings (data channel, info channel)

Data Channel 2
Info Channel  1
 

Posted in 3G | Comments Off

RB751G-2HnD 3G Orange, RDS

Orange_3G (Huawei E160):
/interface ppp-client
 add apn=internet dial-on-demand=no \
 modem-init="AT+CGDCONT=1,\"IP\",\"INTERNET\"" \
 name=ORANGE_3G phone=*99***1# port=usb1 use-peer-dns=no
RDSNET_3G (ZTE MF190):
/interface ppp-client
 add apn=internet data-channel=2 dial-on-demand=no \
 info-channel=1 modem-init="AT+CGDCONT=1,\"IP\",\"INTERNET\""  \
 name=RDSNET_3G phone=*99***1# port=usb2 use-peer-dns=no
/interface ppp-client> print
Flags: X - disabled, R - running
 0 X name="ORANGE_3G" max-mtu=1500 max-mru=1500 mrru=disabled
 port=usb1 data-channel=0 info-channel=0 apn="internet" pin=""
 user="" password="" profile=default phone="*99***1#"
 dial-command="ATDT" modem-init="AT+CGDCONT=1,"IP","INTERNET""
 null-modem=no dial-on-demand=no add-default-route=yes use-peer-dns=no
 keepalive-timeout=30 allow=pap,chap,mschap1,mschap2
1 X name="RDSNET_3G" max-mtu=1500 max-mru=1500 mrru=disabled
 port=usb2 data-channel=2 info-channel=1 apn="internet" pin="" user=""
 password="" profile=default phone="*99***1#" dial-command="ATDT"
 modem-init="AT+CGDCONT=1,"IP","INTERNET"" null-modem=no
 dial-on-demand=no add-default-route=yes use-peer-dns=no
 keepalive-timeout=30 allow=pap,chap,mschap1,mschap2
  • Add default route for ppp connection:
/ip route add distance=3 gateway=RDSNET_3G
  or
/ip route add distance=3 gateway=ORANGE_3G
Posted in Mikrotik | Comments Off

RB751G-2HnD

Routerboard RB751G-2HnD has five Gigabit Ethernet ports, Atheros AR7242 400Mhz CPU, 64Mb RAM, one USB 2.0 port and a high power 30dBi/1W 802.11b/g/n wireless AP with antennas 2×2 MIMO PIF antennas, max gain 2.5dBi built in.

Posted in Mikrotik | Comments Off

pfsense

 

2.0.1 release now available!

pfSense 2.0.1 release is now available. This is a maintenance release with some bug and security fixes since 2.0 release.

Posted in Routing | Comments Off

Mikrotik news

RouterBOARD news RB1100AHx2 and RB751U-2HnDRB751G-2HnD 
RoutersOS  Latest Stable Version 5.16  Changelog
Development Version 6.0beta2  Changelog
Mikrotik RouterOS Documentation - News - Events

MikroTik User Meeting (MUM)
MUM 2012 

MikroTik Distributors around the world

 

Posted in Mikrotik | Leave a comment