Does someone in the forum have experience with the setup? I tried several OpenWrt guidelines, but nothing really worked.
Thanks
Does someone in the forum have experience with the setup? I tried several OpenWrt guidelines, but nothing really worked.
Thanks
If you could give a bit more information, how your ISP actually distributes its service, maybe we could figure it out?
Hi Etz,
highly appreciated. I have a FTTH were all data (Internet and IPTV) is on one Ethernet port.
For Internet I have to use PPPoE.
Here is a working configuration with OpenWRT for the Netgear 4300
http://koolshare.cn/thread-48692-1-1.html
All Chinese but the configuration is as follows:
04.dhcp-option-force=125,00:00:00:00:1a:02:06:48:47:57:2d:43:54:03:04:5a:58:48:4e:0a:02:20:00:0b:02:00:55:0d:02:00:2e:3c:1e:00:00:01:00:02:03:43:50:45:03:0e:45:38:20:45:50:4f:4e:20:52:4f:55:54:45:52:04:03:31:2e:30
05.dhcp-option=15
06.dhcp-option=28
07.dhcp-option=60,00:00:01:06:68:75:61:71:69:6E:02:0A:48:47:55:34:32:31:4E:20:76:33:03:0A:48:47:55:34:32:31:4E:20:76:33:04:10:32:30:30:2E:55:59:59:2E:30:2E:41:2E:30:2E:53:48:05:04:00:01:00:50
and for the port configuration:
02.config interface 'loopback’
03. option ifname 'lo’
04. option proto 'static’
05. option ipaddr '127.0.0.1’
06. option netmask '255.0.0.0’
07.
08.config globals 'globals’
09. option ula_prefix 'fd4b:b465:1e49::/48’
10.
11.config interface 'lan’
12. option ifname 'eth0.1’
13. option force_link '1’
14. option type 'bridge’
15. option proto 'static’
16. option ipaddr '192.168.10.1’
17. option netmask '255.255.255.0’
18. option ip6assign '60’
19. option macaddr '6c:b0:ce:1f:xx:xx’
20.
21.config interface 'wan’
22. option ifname 'eth0.2’
23. option _orig_ifname 'eth0.2’
24. option _orig_bridge 'false’
25. option proto 'pppoe’
26. option username 'adxxxxxx’
27. option password 'xxxxxxxx’
28.
29.config switch
30. option name 'switch0’
31. option reset '1’
32. option enable_vlan '1’
33. option enable_vlan4K '1’
34. option mirror_source_port '0’
35. option mirror_monitor_port '0’
36.
37.config switch_vlan
38. option device 'switch0’
39. option vlan '1’
40. option ports '0t 1 2 3 4’
41. option vid '1’
42.
43.config switch_vlan
44. option device 'switch0’
45. option vlan '2’
46. option ports '0t 5’
47. option vid '2’
48.
49.config switch_vlan
50. option device 'switch0’
51. option vlan '85’
52. option vid '85’
53. option ports '1t 2t 3t 4t 5t’
54.
55.config switch_vlan
56. option device 'switch0’
57. option vlan '51’
58. option vid '51’
59. option ports ‘1t 2t 3t 4t 5t’
If you need further information from the linked document, please let me know.
Your support is highly appreciated.
Thomas
I will have a look, when I get some spare time.
But, by the looks of it, it does not work this way on Omnia, this config needs to be modified quite a bit to get this to work.
Catch is that Omnia has a very different hardware implementation compared to that Netgear