On Fri, 2007-01-12 at 20:19 +0800, Art Fore wrote:
> On Fri, 2007-01-12 at 07:33 +0800, Joe Morris (NTM) wrote:
> > Art Fore wrote:
> > > Anyhow, I got them both working. I setup Yast to use traditional
> > > control, then set the eth0 as it was default from the installation. Then
> > > set eth1 DNS servers etc. so DHCP would not update them. Then executed
> > > the command route add gw 192.168.99.1. I could then access the wireless
> > > network via Linux with not change in WinXP. 
> > >
> > > Only remaining problems are how to get ifplugd to start the wireless at
> > > boot. 
> > Change it in Yast to startup at boot instead of on cable connection
> > (Network Devices, Network Card, Edit your card, General Tab).
> > > eth1 was added to the ifplugd.conf file, but probably needs more
> > > time or something. Also have figure out where to put the route command
> > > so it will be executed automatically during boot.
> > >
> > >   
> > Under Address tab, Routing
> > 
> > -- 
> > Joe Morris
> > Registered Linux user 231871 running openSUSE 10.2 x86_64
> > 
> > 
> 
> That appears to have done it. Will find out for sure Monday when I go
> back to work.
> 
> Art
> > 
> 

Tried the reboot this morning. Still no luck. Found that Ipv6 had to be
enabled, enabled it, still no go. Still have to do a ifplugd -i eth1
then 
route add defualt gw 192.168.99.1
(or 192.168.11.1 as it was changed today). That sometime works and
sometimes does not. Found that using 
rout del default gw 10.18.32.1 would then fix it but not affect WinXP
under paralles which uses vnic0 tied to eth0. 

Would still like to automate this. 

Here is the output of route after all is said and done
route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
10.37.129.0     *               255.255.255.0   U     0      0        0
vnic0
10.18.32.0      *               255.255.255.0   U     0      0        0
eth0
192.168.11.0    *               255.255.255.0   U     0      0        0
eth1
link-local      *               255.255.0.0     U     0      0        0
eth0
loopback        *               255.0.0.0       U     0      0        0
lo
default         192.168.11.1    0.0.0.0         UG    0      0        0
eth1

Before I done the route del there were two default gateways.

Here is the output to the /var/log/messages file after I issued the
above commands.

Jan 15 18:20:14 linux-latitude ifup-dhcp:
Jan 15 18:20:14 linux-latitude SuSEfirewall2: Warning: ip6tables does
not support state matching. Extended IPv6 support disabled.
Jan 15 18:20:14 linux-latitude SuSEfirewall2: Setting up rules
from /etc/sysconfig/SuSEfirewall2 ...
Jan 15 18:20:14 linux-latitude ifplugd(eth1)[17564]: Program executed
successfully.
Jan 15 18:20:14 linux-latitude SuSEfirewall2: batch committing...
Jan 15 18:20:14 linux-latitude SuSEfirewall2: Firewall rules
successfully set
Jan 15 18:20:14 linux-latitude syslog-ng[3264]: SIGHUP received,
restarting syslog-ng
Jan 15 18:20:14 linux-latitude kernel: klogd 1.4.1, ---------- state
change ----------
Jan 15 18:20:15 linux-latitude syslog-ng[3264]: new configuration
initialized
Jan 15 18:20:22 linux-latitude kernel: eth1: no IPv6 routers present
Jan 15 18:23:26 linux-latitude kernel: ALSA
sound/pci/hda/hda_intel.c:574: hda-intel: send_cmd timeout: IRS=0x1,
val=0x270650
Jan 15 18:23:26 linux-latitude kernel: ALSA
sound/pci/hda/hda_intel.c:574: hda-intel: send_cmd timeout: IRS=0x1,
val=0x220011
Jan 15 18:23:26 linux-latitude kernel: ALSA
sound/pci/hda/hda_intel.c:574: hda-intel: send_cmd timeout: IRS=0x1,
val=0x270600
Jan 15 18:23:26 linux-latitude kernel: ALSA
sound/pci/hda/hda_intel.c:574: hda-intel: send_cmd timeout: IRS=0x1,
val=0x220000

Any other suggestions?

Art

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to