Hi all,
I really, REALLY, hope this thread doesn't go stale. I've had bad luck in other networking forums where I got not even one reply. So, all my hopes are on you guys!
I hope my problem seems interesting and poses a interesting challenge to the experienced members of this forum.
OK, so...
I currently have an ISP in Singapore who provides me with Internet and Phone service. Both services are delivered via optical fiber, I have a 1Gb bandwidth (company pays!) and one singe phone line. It is all connected the following way (I explain the abbreviations below):
TP-----ONT-----RG-----CMS-----WR
----------------------|
------------------Phone
And what I am looking at having is something like this:
TP-----ONT-----CMS-----WR----WIred and Wireless PCs
------------------------|
-----------------------RG-----Phone
TP = Fiber Termination Point
Simple fiber junction box
ONT = Optical Network Terminal (Huawei Echolife HG863 GPON)
This is where the fiber from the TP connects to. It has one fiber port and four Gb ports. No problem with it (so far)
RG = Residential Gateway (Huawei HG265s Wireless Router)
This is the part I am really stuggling with and is the source of all my efforts here. From the ONT Port 1 I have a CAT6 cable to the WAN port of this router. It also has four FE ports and two RJ-11 ports (I use RJ-11 port 1 for my phone). The problems I face with this unit are several: the firmware has been modified by my ISP so that the configuration is resticted. The port forwarding does not work. The DMZ does not work. The network ports are 100/10 (what is the use of having 1Gb?) The wireless range is really bad.
CMS is a CISCO SLM2008 8 port Gb managed switch
WR is a Cisco Linksys E4200 with DD-WRT
OK now, my ISP does not allow me to use any other router except the HG265. From what I have learned in local forums here is that it does this by using VLANs. As far as I have been able to tell there are at least three VLANs in use (there are actually more but I can't identify the use for the others), one for TR069 to manage the RG, one for my phone and one for internet.
I was able to log into the ONT by connecting to it directly. Although it uses a propietary OS and I am not familiar with the commands and/or configuration (and I also lack the skills to understand and use it safely) I managed to dump some (quite a bit actually, I didn't know what was important and what wasn't) information from it. It is included in attachment ONT.zip (only way I could make the filesize limit).
I got from another source that the VLANs are:
Internet VLAN ID:1071
Voice VLAN ID:1095
TR069 VLAN ID:1099
The RG is accessible by HTTP to the very resticted and almost useless settings. However I did manage to SSH to it. It has Busybox Linux and is also very limited (hardened?) so it lacks a lot of command and scripts.I managed to get some basic information from it:
Code:
========== Huawei 256s ==================================================
==============================================================================
=============== Wireless Switch Router =======================================
==============================================================================
# ifconfig
br0 Link encap:Ethernet HWaddr 30:87:30:F9:9A:81
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10458611 errors:0 dropped:0 overruns:0 frame:0
TX packets:9075651 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4203587959 (3.9 GiB) TX bytes:3135606721 (2.9 GiB)
eth0 Link encap:Ethernet HWaddr 30:87:30:F9:9A:81
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21523682 errors:0 dropped:0 overruns:0 frame:0
TX packets:18493395 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3634602439 (3.3 GiB) TX bytes:3039304598 (2.8 GiB)
Interrupt:3
eth0.4 Link encap:Ethernet HWaddr 30:87:30:F9:9A:81
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1742959 errors:0 dropped:0 overruns:0 frame:0
TX packets:2048888 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:283810692 (270.6 MiB) TX bytes:1994886840 (1.8 GiB)
eth0.5 Link encap:Ethernet HWaddr 30:87:30:F9:9A:81
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9593402 errors:0 dropped:0 overruns:0 frame:0
TX packets:7405454 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4005535261 (3.7 GiB) TX bytes:1214310205 (1.1 GiB)
imq0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
-00
UP RUNNING NOARP MTU:16000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:11000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
imq1 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
-00
UP RUNNING NOARP MTU:16000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:11000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
imq2 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
-00
UP RUNNING NOARP MTU:16000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:11000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1463 errors:0 dropped:0 overruns:0 frame:0
TX packets:1463 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:99929 (97.5 KiB) TX bytes:99929 (97.5 KiB)
nas0 Link encap:Ethernet HWaddr 30:87:30:F9:9A:81
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:10027288 errors:0 dropped:0 overruns:0 frame:0
TX packets:9142279 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3117266106 (2.9 GiB) TX bytes:4095457711 (3.8 GiB)
nas0.1071 Link encap:Ethernet HWaddr 30:87:30:F9:9A:85
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
nas0.1078 Link encap:Ethernet HWaddr 30:87:30:F9:9A:83
inet addr:182.55.251.4 Bcast:182.55.251.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9974587 errors:0 dropped:0 overruns:0 frame:0
TX packets:9101865 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3070154636 (2.8 GiB) TX bytes:4054163889 (3.7 GiB)
nas0.1095 Link encap:Ethernet HWaddr 30:87:30:F9:9A:84
inet addr:10.181.128.191 Bcast:10.181.255.255 Mask:255.255.128.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:41732 errors:0 dropped:0 overruns:0 frame:0
TX packets:21620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6192294 (5.9 MiB) TX bytes:3377036 (3.2 MiB)
nas0.1099 Link encap:Ethernet HWaddr 30:87:30:F9:9A:82
inet addr:10.206.128.195 Bcast:10.206.255.255 Mask:255.255.128.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10969 errors:0 dropped:0 overruns:0 frame:0
TX packets:18794 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:810024 (791.0 KiB) TX bytes:1347670 (1.2 MiB)
nas0.7 Link encap:Ethernet HWaddr 30:87:30:F9:9A:86
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
182.55.251.0 * 255.255.255.128 U 0 0 0 nas0.1078
192.168.1.0 * 255.255.255.0 U 0 0 0 br0
10.206.128.0 * 255.255.128.0 U 0 0 0 nas0.1099
10.181.128.0 * 255.255.128.0 U 0 0 0 nas0.1095
239.0.0.0 * 255.0.0.0 U 0 0 0 br0
default 182.55.251.1 0.0.0.0 UG 0 0 0 nas0.1078
What I want to do (or rather wish I could do) is to create the VLANs in the SLM2008 and have the RG only for the phone service and use another port (with the internet VLAN assigned to it) to connect my E4200 and use it as my router (with all the added benefits of DD-WRT.) Folks here in the Singapore forums have given up trying to achieve this (or they simply have lost interest, dunno.)
Thanks in advance!
Alex