I can setup my F16 as a hotspot but my devices cannot connect to the HotSpot. I have followed the Fedora 16 Networking GUI interface to setup the hotspot.
http://www.howtogeek.com/116409/how-...-access-point/
I have configured the hotspot and I can find the Hotspot on my Android devices, in a WIFI browser. I can see my SSID and see its strength on Channel 1, but I cannot connect.
I have added addition software to configure ad-hoc networking on the devices.
On my Tablet, I see the network, added the WEP Key, but I cannot connect.
I am not sure if the issue is on the device side or the laptop side.
I have a company defined firewall, iptables based rules.
I have viewed the iptables -L -v -n --line-numbers and I have found this at the end of the listing:-
Chain FORWARD (policy DROP 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
1 0 0 ACCEPT all -- * wlan1 0.0.0.0/0 10.42.0.0/24 state RELATED,ESTABLISHED
2 0 0 ACCEPT all -- wlan1 * 10.42.0.0/24 0.0.0.0/0
3 0 0 ACCEPT all -- wlan1 wlan1 0.0.0.0/0 0.0.0.0/0
4 0 0 REJECT all -- * wlan1 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
5 0 0 REJECT all -- wlan1 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
which seems fine, as the new Hotspot is listening on 10.42.0.1
em1 Link encap:Ethernet HWaddr F0

E:F1:67:84:74
inet addr:10.99.141.195 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::f2de:f1ff:fe67:8474/64 Scope:Link
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
wc0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:9.164.183.93 P-t-P:9.164.183.93 Mask:255.255.248.0
wlan1 Link encap:Ethernet HWaddr 00:24

7

6:5C

C
inet addr:10.42.0.1 Bcast:10.42.0.255 Mask:255.255.255.0
inet6 addr: fe80::224:d7ff:fec6:5cdc/64 Scope:Link
tail -f /var/log/messages:-
00 TTL=64 ID=0 DF PROTO=UDP SPT=17500 DPT=17500 LEN=129
Jul 24 22:28:10 naipaulpc dhclient[26097]: DHCPREQUEST on em1 to 10.0.0.1 port 67
Jul 24 22:28:10 naipaulpc dhclient[26097]: DHCPACK from 10.0.0.1
Jul 24 22:28:10 naipaulpc dhclient[26097]: bound to 10.99.141.195 -- renewal in 255 seconds.
Jul 24 22:28:10 naipaulpc NetworkManager[1345]: <info> (em1): DHCPv4 state changed renew -> renew
Jul 24 22:28:10 naipaulpc NetworkManager[1345]: <info> address 10.99.141.195
Jul 24 22:28:10 naipaulpc NetworkManager[1345]: <info> prefix 8 (255.0.0.0)
Jul 24 22:28:10 naipaulpc NetworkManager[1345]: <info> gateway 10.0.0.1
Jul 24 22:28:10 naipaulpc NetworkManager[1345]: <info> nameserver '10.0.0.1'
Jul 24 22:28:10 naipaulpc dbus[1418]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 24 22:28:10 naipaulpc dbus-daemon[1418]: dbus[1418]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 24 22:28:10 naipaulpc dbus[1418]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 24 22:28:10 naipaulpc dbus-daemon[1418]: dbus[1418]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 24 22:28:19 naipaulpc kernel: [31331.409271] FIREWALL: IN=em1 OUT= MAC= SRC=10.99.141.195 DST=255.255.255.255 LEN=149 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=17500 DPT=17500 LEN=129
Jul 24 22:28:19 naipaulpc kernel: [31331.409916] FIREWALL: IN=em1 OUT= MAC= SRC=10.99.141.195 DST=10.255.255.255 LEN=149 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=17500 DPT=17500 LEN=129
Jul 24 22:28:49 naipaulpc kernel: [31361.395861] FIREWALL: IN=em1 OUT= MAC= SRC=10.99.141.195 DST=255.255.255.255 LEN=149 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=17500 DPT=17500 LEN=129
Any ideas on how to identify the source of the problem(s) ??