pepedog wrote:Maybe, I just posted my rc.conf and dnsmasq as guides?
My eth0 is wired lan
You probably want
rc.conf
eth0="dhcp"
wlan0="wlan0 192.168.4.1 netmask 255.255.255.0 broadcast 192.168.4.255"
INTERFACES=(eth0 wlan0)
I connect my Dockstar via wired lan and want to share the connection over the usb-wlan-dongle. I can connect to the access-point provided by the dongle but I'm not able to surf the internet from there. I tried to ping google.com without success.
pepedog wrote:Also I forgot
/etc/rc.conf/iptables
IPTABLES_FORWARD=1 # enable IP forwarding?
which is quite important.
There is no such file. Did you mean "/etc/conf.d/iptables"? Also do I have to start iptable? Because it asks me for:
- Code: Select all
Cannot load iptables rules: /etc/iptables/iptables.rules is missing!
pepedog wrote: I gather you figured out yImage rename?
Yeah, I renamed "uImage-Dockstar" to "uImage".
pepedog wrote:what country did you pick up in dmesg?
How do I pick up a country? A "dmesg | grep -i country" will output:
- Code: Select all
ath: EEPROM indicates we should expect a country code
ath: doing EEPROM country->regdmn map search
ath: country maps to regdmn code: 0x37
ath: Country alpha2 being used: GB
cfg80211: Calling CRDA for country: GB
