|
Problem with pinging :(
I'm running clarkconnect it's based on Redhat and have installed my RTL8180 wifi card ....
It's running as a Accesspoint at the moment and with my laptop running windows I can see it and connect....
in ap_status it says
-------------------------------------------------
wireless clients
-------------------------------------------------
AID MAC_address auth_type status port_status Tx_rate tx_pkts rx_pkts expired_time
--- ------------ ---------- ------- ------------- -------- -------- -------- ------------
1 000c6e81ff6f opensystem assoc enable ,awake 11 Mbps 7 790 17600
so it is connected, but they can't ping each other .....
Clarkconnect has ip 192.168.1.15 and the laptop 192.168.1.5...
Also how will I be able to masq my inet connection not only to eth1 but also to the wlan and also use the dhcpd from eth1 ?
iptables -L looks like,
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
drop-reserved all -- 127.0.0.0/8 anywhere
drop-reserved all -- 1.0.0.0/8 anywhere
drop-reserved all -- 23.0.0.0/8 anywhere
drop-reserved all -- 31.0.0.0/8 anywhere
drop-reserved all -- 96.0.0.0/3 anywhere
drop-reserved all -- 128.0.0.0/16 anywhere
drop-reserved all -- blackhole.isi.edu anywhere
drop-reserved all -- 128.66.0.0/16 anywhere
drop-reserved all -- 191.255.0.0/16 anywhere
drop-reserved all -- 197.0.0.0/16 anywhere
drop-reserved all -- 201-0-0-0.dsl.telesp.net.br/8 anywhere
drop-reserved all -- 223.255.255.0/24 anywhere
drop-reserved all -- 240.0.0.0/5 anywhere
drop-reserved all -- 248.0.0.0/5 anywhere
DROP all -- 172.16.0.0/12 anywhere
DROP all -- 192.168.0.0/16 anywhere
ACCEPT icmp -- anywhere node-d-d117.a2000.nlicmp echo-reply
ACCEPT icmp -- anywhere node-d-d117.a2000.nlicmp destination-unreachable
ACCEPT icmp -- anywhere node-d-d117.a2000.nlicmp time-exceeded
ACCEPT icmp -- anywhere node-d-d117.a2000.nlicmp echo-request
ACCEPT udp -- anywhere node-d-d117.a2000.nludp spt:bootps dpt:bootpc
ACCEPT tcp -- anywhere node-d-d117.a2000.nltcp spt:bootps dpt:bootpc
ACCEPT tcp -- anywhere node-d-d117.a2000.nltcp dpt:1875
ACCEPT tcp -- anywhere node-d-d117.a2000.nltcp dpt:ssh
ACCEPT udp -- anywhere node-d-d117.a2000.nludp dpts:1024:65535
ACCEPT tcp -- anywhere node-d-d117.a2000.nltcp dpts:1024:65535 state RELATED,ESTAB
LISHED
DROP all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
drop-lan tcp -- anywhere anywhere tcp dpt:sunrpc
drop-lan udp -- anywhere anywhere udp dpt:sunrpc
drop-lan tcp -- anywhere anywhere tcp dpts:netbios-ns:netbios-ssn
drop-lan udp -- anywhere anywhere udp dpts:netbios-ns:netbios-ssn
drop-lan tcp -- anywhere anywhere tcp dpt:635
drop-lan udp -- anywhere anywhere udp dpt:635
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
LOG all -- anywhere anywhere limit: avg 3/min burst 3 LOG level debug
prefix `Stray FORWARD packet: '
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- node-d-d117.a2000.nl anywhere
ACCEPT tcp -- node-d-d117.a2000.nl anywhere tcp spt:bootpc dpt:bootps
ACCEPT udp -- node-d-d117.a2000.nl anywhere udp spt:bootpc dpt:bootps
ACCEPT tcp -- node-d-d117.a2000.nl anywhere tcp spt:1875
ACCEPT tcp -- node-d-d117.a2000.nl anywhere tcp spt:ssh
ACCEPT tcp -- node-d-d117.a2000.nl anywhere tcp spts:1024:65535
ACCEPT udp -- node-d-d117.a2000.nl anywhere udp spts:1024:65535
DROP all -- anywhere anywhere
Chain accept-log (0 references)
target prot opt source destination
LOG all -- anywhere anywhere LOG level warning prefix `Accept with lo
g: '
ACCEPT all -- anywhere anywhere
Chain drop-lan (6 references)
target prot opt source destination
LOG all -- anywhere anywhere LOG level warning prefix `Drop - LAN onl
y: '
DROP all -- anywhere anywhere
Chain drop-log (0 references)
target prot opt source destination
LOG all -- anywhere anywhere LOG level warning prefix `Drop with log:
'
DROP all -- anywhere anywhere
Chain drop-reserved (14 references)
target prot opt source destination
LOG all -- anywhere anywhere LOG level warning prefix `Drop - reserve
d network: '
DROP all -- anywhere anywhere
|