hi guys . 

I solved the problem by changing the irq to 3 ....

I can connect to my internal network , the dhclient
gets the ip but , I can't connect to the Internet . 

my dhclient.conf : 

   timeout 60;
           retry 60;
           reboot 10;
           select-timeout 5;
           initial-interval 2;
           

           interface "ne1" {
               send host-name "bunker.websi.com.ar";
        
               send dhcp-lease-time 1000;
              
       supersede domain-name-servers 200.45.191.35 ,
200.45.191.40 , 192.168.1.1 , 192.168.1.5 ;  
              # request subnet-mask,
broadcast-address, time-offset, routers,
              #         domain-name,
domain-name-servers, host-name;
              # require subnet-mask,
domain-name-servers;
               
               
           }
interface "ne1" {

supersede domain-name "bunker.websi.com.ar";
prepend domain-name-servers 192.168.1.1 , 192.168.1.5
, 200.45.191.35 , 200.45.191.40 ;
#request subnet-mask , broadcast-address , routers ; 
}



and my dhcpd.conf in my linux server : 

option domain-name "websi.com.ar";
option domain-name-servers 192.168.1.1, 192.168.1.5;

default-lease-time 86400;
max-lease-time 86400;

authoritative;
ddns-update-style none;


request subnet-mask, broadcast-address, time-offset,
routers;
 supersede host-name "websi.com.ar";
 supersede domain-name "websi.com.ar";
 prepend domain-name-servers 192.168.1.1,
192.168.1.6,192.168.1.5 ,200.45.191.35 , 200.45.191.40
;

subnet 192.168.1.0 netmask 255.255.255.0 {
    range 192.168.1.1 192.168.1.7;
    option routers 192.168.1.1;
}


The leases files in the openbsd box are all correct
with the name servers 200.45.191.35 , 200.45.191.40 of
my isp . 

What should I change/add to be able to get connected
to the internet ? 

Do I have to add something to the pf.conf file ? 

Please could you send me a working example of
dhclient.conf and dhcpd.conf ?

Sorry for my ignorance about OpenBSD ... I only know
linux ... 

Thanks in advance . 

regards 

Richard Karcher  





 

--- RGKärcher <[EMAIL PROTECTED]> escribió:

> hi guys , 
> 
> I've installed OBSD 4.1 on a 486 DX2 with 16MgRam
> and
> all works fine . 
> The problem is that I have an ne2000 old ethernet
> card
> and the Os recognize it , but I can't make it work
> ....
> 
> I tried everything and also change the kernel .
> I have no conflicts with the IRQs and also changed
> the
> IRQS and memory directions and nothing happens ....
> 
> I've tried  0x240  Irq        9       --      0x300   Irq 10  
> and  0x280 Irq 5  and all the possible combinations
> . 
> 
> Also I disable isapnp and other ports like all that
> use  0x300 and the others like 0x240 etc etc  . 
> 
> 
> My Dhcpd server is Fedora Red Hat and in the logs it
> shows me  :
> 
> Jul  5 12:21:28 websi dhcpd: DHCPOFFER on
> 192.168.1.246 to 00:50:4e:03:b6:8a via eth0
> Jul  5 12:21:38 websi dhcpd: DHCPDISCOVER from
> 00:50:4e:03:b6:8a via eth1
> Jul  5 12:21:38 websi dhcpd: DHCPOFFER on
> 192.168.1.246 to 00:50:4e:03:b6:8a via eth1
> Jul  5 12:21:38 websi dhcpd: DHCPDISCOVER from
> 00:50:4e:03:b6:8a via eth0
> Jul  5 12:21:38 websi dhcpd: DHCPOFFER on
> 192.168.1.246 to 00:50:4e:03:b6:8a via eth0
> 
> the number : 00:50:4e:03:b6:8a is the number of the
> ne2000 card that I have Installed with openbsd and
> the
> sistems assign ne1 to the card .
> 
> So , linux DHCPD server reiceives the request for an
> ip..but my OpenBSD box tell me that NO DHCPOFFERS
> RECEIVED ... time out etc etc ....
> 
> 
> I have others clients attached , using windows and
> linux .
> 
> What seems to be the problem ? 
> 
> Thanks in advance ,
> Regards 
> 
> Richard Karcher 
> 
> 
> 
> 
> 
> 
> 
> 
> Ricardo german Kärcher
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> 
>      
> __________________________________________________ 
> Preguntá. Respondé. Descubrí. 
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta). 
> ¡Probalo ya! 
> http://www.yahoo.com.ar/respuestas 
> 
> _______________________________________________
> Openbsd-newbies mailing list
> [email protected]
> http://mailman.theapt.org/listinfo/openbsd-newbies
> 


Ricardo german Kärcher

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


      __________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 

_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies

Reply via email to