Thank you John. But I can't. SSID?, Security?
How can I this with KDE Network Manager?
10 Ağustos 2015 12:11 Pazartesi tarihinde tux john <[email protected]> şöyle
yazdı:
as root in a terminal if you type the following:echo 1 >
/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
iptables -A FORWARD -i eth0 -j ACCEPT
iptables -A FORWARD -i wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPTthen
you will be able to connect a PC th eth0 and access the NET. Wlan0 will be your
WAN interface to the net.Sent: Monday, August 10, 2015 at 11:41 AM
From: "Serkan KURT" <[email protected]>
To: "tux john" <[email protected]>, "Debian-user List Debian"
<[email protected]>
Subject: Yan: Internet sharing?I am triying with Network Manager.wifi card
iwl4965firmware iwlwifiI connect to internet over ethernet port.ethernet ->
eth0wifi -> wlan0
10 Ağustos 2015 11:36 Pazartesi tarihinde tux john <[email protected]> şöyle
yazdı: Could you give us some more information please?wifi will be your wan and
ethnernet is your LAN?if yes tell us your corresponding names of the
interfaces?is wifi is wlan0 ane ethernet is eth0? Sent: Monday, August 10,
2015 at 11:31 AM
From: "Serkan KURT" <[email protected]>
To: "Debian-user List Debian" <[email protected]>
Subject: Internet sharing?Hi. How can I share ethernet from wifi on KDE? Debian
Jessie amd64, KDE.