[Prism54-users] Canīt connect?

Maruu vergiss-es@gmx.de
Sat, 10 Jan 2004 20:33:11 +0100


Hi

Mhhm what could be my faults??
I have a linux router, in the router is a network card 10/100 Mbit
it is the network card for adsl eth0.
Also is a 10/100Mbit in the router for wired conecting of severel clients
(eth1).
And now I have inserted the SMC 54Mbit wireless card itīs eth2.
Befor I have inserted the card, I made routing with a script:

#! /bin/sh
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j
TCPMSS --clamp-mss-to-pmt
echo 1 > /proc/sys/net/ipv4/ip_forward

So and now I made :

Access Point mode
-----------------
ifconfig eth0 up
iwconfig eth0 mode Master

and then I made:

iwconfig eth2 essid mobvpn

Ok and now I have a Win2000 notebook client. I setup infrastructur as
Network type on my 11Mbit wireless Card. I use 192.168.1.30 as IP
255.255.255.0 as subnet mask and 192.168.1.1 as gateway.

The IP of eth1 (network card in the router) is 192.168.1.1 and with wired
clients it works.

But on Laptop I only get link but canīt ping any IP in the network.

What could be the problem??

Greets

Maruu