Package: wpasupplicant
Version: 0.3.8-1
Followup-For: Bug #310136

If you have setup a wlan connection with wpa and secure it with openvpn the 
wpasupplicant should start 
before the openvpn daemon starts. The comuter connected to the wifi-router gets 
the network details via 
dhcp. The route table shows to default routes after boot and service starting. 
The default routes are the 
unsecure route via eth1 (wlan) and the secured route via the tunnel tun0 
(openvpn). According to the 2 
default routes there are internet connection which are not tunneled via openvpn 
(netstat -ap shows the 
connections). Only after restartin the openvpn daemon there is only one default 
route via the secure 
tunnel.

The openvpn configuration has the 

route-gateway 10.1.0.1
redirect-gateway
route 0.0.0.0 0.0.0.0

config entries.

route table after booting (wpasupplicant after openvpn daemon):

Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
10.1.0.1        *               255.255.255.255 UH    0      0        0 tun0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth1
default         10.1.0.1        0.0.0.0         UG    0      0        0 tun0



route table after restarting the openvpn daemon:

Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
10.1.0.1        *               255.255.255.255 UH    0      0        0 tun0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
default         10.1.0.1        0.0.0.0         UG    0      0        0 tun0


Norbert



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages wpasupplicant depends on:
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libssl0.9.7               0.9.7e-3sarge1 SSL shared libraries

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to