Hi Bill,
Thanks for the suggestion, please see my config file below:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.0.1'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'
list dns '8.8.4.4'
option ipv6 'off'
config dsl 'dsl'
option annex 'b'
option tone 'a'
option xfer_mode 'ptm'
option line_mode 'vdsl'
config interface 'wan'
option ifname 'eth1.2'
option proto 'dhcp'
option clientid '12345678'
option macaddr '88:72:15:XX:XX:XX'
option hostname '12345678'
option ipv6 'off'
list dns '8.8.8.8'
list dns '8.8.4.4'
option peerdns '0'
config device 'wan_dev'
option name 'dsl0'
config interface 'wan6'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option ifname 'eth1.2'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6t'
That has helped to get rid of the error seen previously but no IP address i'm afraid. I left it for 20 minutes but no joy.
Interestingly, I took my router and Openreach modem to my brother's place (who has Sky Fibre) and it worked straight away. The only change being the MAC address which was adjusted to set the second digit as a '2'. I tried to test using has MAC back at my place but no success i'm afraid.
Any help is much appreciated! Thank you!