hi,
  From suse web site you can download what you want,its simple with two clicks.
  or just use yup updater.
   
  Regarding network interface card setting u need to follow following steps( I 
hope you are asking about linux  settings)
   
  go to applications, click on network
      
  set your IP address, submask....usually 255.255.255.0 , set your DNS ,primary 
and sec.
   
  save this changes .
   
  click on connect ................then....
  open linux terminal 
  go in  root mode 
   
  type following commands ,this will add gateway 
                         /sbin/route add default gw "your ip address" dev eth0
                         /sbin/route add gw "your ip address" dev eth0 
   
  thats all.you are ready to run firefox.
  whenever you want  to connect to internet you   need to run above 2 lines, 
   better make a shell script file. and put shell script file PATH  in the 
following file 
                                      /etc/init.d/boot.local
   
  hope you got all what you need, this solution is best as per my  knowledge.
   
  Happy internet hours......
  regards
  hasib

Reply via email to