Re: Fritz Box on O2/Be
"alexd" <troffasky@hotmail.com> wrote in message
news:47e4e3fe$0$627$bed64819@news.gradwell.net...[color=blue]
> On Fri, 21 Mar 2008 18:30:54 +0000, Herman wrote:
>[color=green]
>> So plan 3 was installing the bridge1.tpl on the O2 box. I have to say
>> this works a treat as I get all the benefits of both boxes. Only
>> problem is that the http management interfaces do not work on the O2
>> wireless box, so I cannot get onto it to disable WLAN etc. Any tips
>> gratefully received...[/color]
>
> Mine's in bridged mode, and I can still access it by it's IP address. You
> have to have an interface in the same subnet as the Bebox - ie my BeBox
> is 192.168.1.254 and my PC is 192.168.1.3.
>
> --
> <http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx)
> 10:43:42 up 26 days, 18:36, 2 users, load average: 0.07, 0.08, 0.02
> Convergence, n: The act of using separate DSL circuits for voice and data[/color]
Tried all that. There are two IP addresses I have configured for using on
LAN ports. Configured static IP on the client PC in the same subnet, with
each address to try to access it but to no avail. I have pasted the ip.ini
section of the bridge1.tpl in case that sheds any light...
Any other ideas???
[ ip.ini ]
ifadd intf=LocalNetwork dest=bridge
ifadd intf=BrEthoA dest=BridgeEthoA
ifconfig intf=loop mtu=65535 group=local
ifconfig intf=LocalNetwork mtu=1500 group=lan linksensing=disabled
ifconfig intf=BrEthoA mtu=1500 group=wan linksensing=disabled
primary=enabled
ifattach intf=LocalNetwork
ifattach intf=BrEthoA
config forwarding=enabled redirects=enabled netbroadcasts=disabled ttl=64
fraglimit=64 defragmode=enabled addrcheck=dynamic mssclamping=enabled
config checkoptions=enabled
config natloopback=disabled
ipadd intf=LocalNetwork addr=10.0.0.138/24 addroute=disabled
ipadd intf=LocalNetwork addr=192.168.1.254/24 addroute=disabled
ipconfig addr=192.168.1.254 primary=enabled
rtadd dst=255.255.255.255/32 gateway=127.0.0.1
rtadd dst=10.0.0.0/24 gateway=10.0.0.138
rtadd dst=192.168.1.0/24 gateway=192.168.1.254
rtadd dst=224.0.0.0/4 intf=BrEthoA
|