A billion sorry to you. 

Let me explain my problem to you. 

I have openbsd 4.1 with two internal nic which is Wired and Wireless. 

My wireless suddenly cannot become an access point. Previously, it can be an
access point. I think openbsd cannot parse the /etc/hostname.ral0(Linksys
WLMP-54GS). 

I try to delete and recreate the file but still no luck. 

Before this incident, when i delete ral0 file and reboot. I need to manually
ifconfig address to wireless, then second time it will know how to parse the
file and no need me to ifconfig for second time. 


This is a second problem which is ping to openbsd from client and ping to
client from openbsd. All ok but cannot browse or ping my ISP DNS server. 

Below is my DHCP.conf

// General ISP nameserver here
// authoriative; I temporalily uncomment it. 


// Wired
subnet 172.16.0.0.0 netmask 255.240.0.0
{
   
     options routers 172.16.10.1; 
}

// I use fixed address which is

 host xxxx
{
  // statement here
} 
 
// Wireless 

subnet 192.168.0.0 netmask 255.255.0.0
{
    options routers 192.168.5.1
}


// i use fixed address here for wireless MAC filtering

   host xxx 
{
   // hardware-ethernet 6454;
   // fixed address 192.168.5.10;
}

I try to off the firewall and use dhcpd -d to debug but no error message
from stdout. 

My /etc/hostname.rl1 (Internal interface) 
inet 172.168.10.1 255.240.0.0 NONE

/etc/hostname.ral0 : 
inet 192.168.5.1 255.255.0.0 NONE and some other options to become as access
point. 

I check dmesg and my wireless card can detect by openbsd.

I off other services such as portsentry. 

After setting up this router, i will contirubte back to openbsd by set up
Tor relay and let other benefits. 

If you need further information, please do not hesitate to request here. 

A billion thanks for your help. 
I truly need your help.
-- 
View this message in context: 
http://www.nabble.com/OpenBSD-Strage-Problem-tp16062121p16089381.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.

Reply via email to