Problem with MT
Posted: Tue Mar 18, 2008 7:47 am
I have an adsl-modem attached to MT box with simple bridged scheme like that:
It worked fine, but now I need to set up an additional computer in network as follow:
The gateway parameter for 192.168.0.3 box is 192.168.0.2 (MT box).
Hotspot on MT allowed only on LAN interface.
Firewall on 192.168.0.3 pc is disabled.
When I try ping anything from 192.168.0.3 PC, this happens:
From MT box, I cannot ping 192.168.0.3 pc:
From LAN computer (authorized with hotspot):
How can I access to WAN from 192.168.0.3 through 192.160.0.2 (MT box)? Is there any problem with bridged ADSL-MT-connection?
Code: Select all
(WAN) --- <ADSL> --- <MT> --- (LAN 192.168.1.0/24 hotspot)
Code: Select all
(WAN) --- <ADSL> --- <HUB> --- <MT> --- (LAN 192.168.1.0/24 hotspot)
92.168.0.1/24 | 192.168.0.2/24
<PC>
192.168.0.3/24
Hotspot on MT allowed only on LAN interface.
Firewall on 192.168.0.3 pc is disabled.
When I try ping anything from 192.168.0.3 PC, this happens:
Code: Select all
user@pc:~$ ping 192.168.0.2
PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data.
From 192.168.0.2 icmp_seq=1 Dest Unreachable; Bad Code: 9
From 192.168.0.2 icmp_seq=2 Dest Unreachable; Bad Code: 9
From 192.168.0.2 icmp_seq=3 Dest Unreachable; Bad Code: 9
From 192.168.0.2 icmp_seq=4 Dest Unreachable; Bad Code: 9
From 192.168.0.2 icmp_seq=5 Dest Unreachable; Bad Code: 9
Code: Select all
[admin@mt1] > ping 192.168.0.3
192.168.0.3 ping timeout
192.168.0.3 ping timeout
192.168.0.2 92 byte host unreachable (3:1) time=979 ms
192.168.0.3 ping timeout
192.168.0.3 ping timeout
192.168.0.2 92 byte host unreachable (3:1) time=978 ms
7 packets transmitted, 0 packets received, 100% packet loss
Code: Select all
user1@laptop:~$ ping 192.168.0.3
PING 192.168.0.3 (192.168.15.3) 56(84) bytes of data.
From 192.168.0.2 icmp_seq=1 Destination Host Unreachable
From 192.168.0.2 icmp_seq=2 Destination Host Unreachable
From 192.168.0.2 icmp_seq=7 Destination Host Unreachable
From 192.168.0.2 icmp_seq=10 Destination Host Unreachable
From 192.168.0.2 icmp_seq=11 Destination Host Unreachable
From 192.168.0.2 icmp_seq=12 Destination Host Unreachable