I have dlink, a 3com and wireless card.
drakconnect doesn't setup the network properly
Bug 1 (critical) it creates files with the names like this in ifcfg-eth0 (using module 8139too) network-scripts folder, and the scripts
have the incorrect information as you can see by the grep below


Bug 2 after fixing all the scripts manually, I have a adsl connection on eth0 with pppoe but.
when all the interfaces are started the default gateway to the ppp0 device is replaced with a default dateway pointing to eth0.
to fix this problem


[EMAIL PROTECTED] network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
66.122.55.254 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 eth0


I have executed
/etc/init.d/network restart
./net_down.default
./net_up.default

[EMAIL PROTECTED] network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
66.122.55.254 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 66.122.55.254 0.0.0.0 UG 0 0 0 ppp0



################################################################## Dumps (for bug 1)


[EMAIL PROTECTED] network-scripts]# grep -r 8139too /etc/ppp/ /etc/ppp/pppoe.conf:ETH=eth0 (using module 8139too)

[EMAIL PROTECTED] network-scripts]# ls
drakconnect_conf ifcfg-lo@ ifdown-ppp* ifup-ipv6* ifup-routes* net_cnx_pg* net_up.default*
drakconnect_conf.default ifdown@ ifdown-sit* ifup-ipx* ifup-sit* net_cnx_up* net_up.default~*
ifcfg-eth0* ifdown-aliases* ifdown-sl* ifup-plip* ifup-sl* net_cnx_up~* network-functions
ifcfg-eth0 (using module 8139too)* ifdown.d/ ifup@ ifup-plusb* ifup-wireless* net_down.default* network-functions-ipv6
ifcfg-eth1* ifdown-ipv6* ifup-aliases* ifup-post* init.ipv6-global* net_prog.default*
ifcfg-eth2* ifdown-post* ifup.d/ ifup-ppp* net_cnx_down* net_resolv.default*




[EMAIL PROTECTED] network-scripts]# grep -r 8139too /etc/sysconfig/*
Binary file /etc/sysconfig/harddrake2/previous_hw matches
/etc/sysconfig/network-scripts/net_cnx_up:LC_ALL=C LANG=C LANGUAGE=C LC_MESSAGES=C /usr/sbin/adsl-start eth0 (using module 8139too) [EMAIL PROTECTED]
/etc/sysconfig/network-scripts/ifcfg-eth0 (using module 8139too):DEVICE=eth0 (using module 8139too)




[EMAIL PROTECTED] network-scripts]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
00:09.0 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:09.1 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:09.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
00:0d.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
00:0e.0 Network controller: U.S. Robotics Wireless Access PCI Adapter Model 022415 (rev 02)
00:0f.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 06)
00:0f.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 06)
00:10.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 23)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 82)






Reply via email to