You need to set up your Ubuntu box as a router, do a google search for linux masquerade router<br><br><div class="gmail_quote">On Tue, Feb 14, 2012 at 3:42 AM, Ralf Mardorf <span dir="ltr"><<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi :)<br>
<br>
there're two things I wish to have:<br>
<br>
        1. Evolution<br>
        Evolution 3.2.3 from an Arch Linux install should share<br>
        everything or at least emails with Evolution 3.2.2 from US 11.10<br>
<br>
        2. Wi-Fi<br>
        An iPad 2 should be connected to US 11.10 and the Internet by<br>
        Wi-fi, while US 11.10 is connected to the Internet by PPPoE.<br>
<br>
1. Evolution<br>
<br>
On Arch Linux I backup by "File > Back up Evolution data...".<br>
On US 11.10 I restored from this backup by the restore option of the<br>
assistant that's started, when you launch Evolution for the first time.<br>
<br>
There are those Evolution related paths:<br>
~/.cache/evolution<br>
~/.config/evolution<br>
~/.gconf/apps/evoluton<br>
~/.local/share/evolution<br>
~/.local/share/applications/Evolution<br>
<br>
<br>
>From the ~ dir I run:<br>
$ rm -r .local/share/evolution/mail<br>
$ ln<br>
-s /mnt/archlinux/home/spinymouse/.local/share/evolution/mail .local/share/evolution/mail<br>
<br>
This at least is working at the moment, but I didn't reboot between both<br>
installs. I wonder what folders I can share and what folders I can't<br>
share, especially if there ever will be much different versions of<br>
Evolution installed.<br>
<br>
2. Wi-Fi<br>
<br>
There are two tasks I wish to get working. Sharing data between the iPad<br>
and Linux, at least with VirtualBox running iTunes on XP pro. On Arch<br>
Linux I already do this wired by USB.<br>
<br>
And important for now, I wish to share the Internet between US 11.10 and<br>
the iPad.<br>
<br>
The connection between US 11.10 and the Internet was created by running<br>
pppoeconf and works without any issues.<br>
<br>
After running this script ...<br>
<br>
$ cat adhoc<br>
#! /bin/sh<br>
# sh ./adhoc<br>
# <a href="https://help.ubuntu.com/community/WifiDocs/Adhoc" target="_blank">https://help.ubuntu.com/community/WifiDocs/Adhoc</a><br>
<br>
device=wlan0<br>
sudo service network-manager stop<br>
sudo ip link set $device down<br>
sudo iwconfig $device mode ad-hoc<br>
sudo iwconfig $device channel 4<br>
sudo iwconfig $device essid 'oz'<br>
sudo iwconfig $device key 1324354657<br>
# sudo dhclient $device<br>
sudo ip addr add <a href="http://169.254.34.2/16" target="_blank">169.254.34.2/16</a> dev $device<br>
exit 0<br>
<br>
... the iPad recognized a network "oz". I can connect by selecting the<br>
name "oz", WEP and for the password I just enter a space, but I don't<br>
get access to the Internet.<br>
<br>
How can I add a password and how do I add a HTTP-Proxy or what ever is<br>
needed?<br>
<br>
I already googled and I still will google myself ;) but any "let me<br>
google that for you", resp. any hints are welcome ;).<br>
<br>
Regards,<br>
Ralf<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Ubuntu-Studio-users mailing list<br>
<a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a><br>
</font></span></blockquote></div><br>