|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Network settings
These are currently the network settings for my Windows computer:
I've set up a wireless ethernet bridge to connect to the internet. Where in OBSD would I place these settings? |
|
|||
I'd like to add: I've only used DHCP so far, which is why I have no clue about how to do this...during the installation, it asks for the "Default route" which I have no idea what it is, so I just blindly set it to 192.168.1.1...I set the "IPv4 address" to 192.168.1.102, the "Netmask" to 255.255.255.0, and the "DNS nameserver" to 192.168.1.1. I suppose the "Default gateway" setting 192.168.1.1 goes into /etc/mygate.
Would all of these be the correct settings? (I tried the "dhclient rl0" command, but it didn't connect to the internet.) |
|
|||
Although DHCP is discussed in Section 6.4 of the FAQ:
http://openbsd.org/faq/faq6.html#DHCP You will be doing yourself a favor by studying all of Section 6. Quote:
|
|
|||
Inside /etc/hostname.rl0:
Quote:
|
|
|||
Quote:
Code:
dhcp |
|
|||
I've already tried that. DHCP doesn't work on Windows, either. I have to set all the numbers manually, and I've been trying to do that in OBSD like I did with Windows to make it work, but it's not I'm not sure how to set those on OBSD...
|
|
|||
|
|
|||
Quote:
/etc/hostname.rl0: Code:
inet 192.168.1.102 255.255.255.0 NONE Code:
192.168.1.1 Code:
lookup file bind nameserver 192.168.1.1 |
|
|||
Quote:
$ ping google.com
Last edited by ocicat; 17th February 2009 at 11:09 PM. |
|
|||
Yes, I always log in as root before issuing a dhclient command as habit. After I set all the settings, I thought I had to let dhclient connect to the router with the settings.
Code:
ping: unknown host: google.com |
|
|||
guitarscn, are you positive that rl0 is the correct interface? please provide more information..
Things we know so far,
Please provide us a dmesg and the output from ifconfig. |
|
|||
Errr...I don't know what happened, but I swear I did not change any settings. I just booted into OBSD, and began to run the commands phoenix posted to test what was wrong, and when I got to pinging google.com, it just started working all of the sudden...I swear I did not even change any settings. While this is generally good news, I guess these things just happen sometimes
|
|
|||
Quote:
http://openbsd.org/faq/faq6.html#Setup.activate |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Network Sniffing | jleal | FreeBSD Security | 5 | 25th January 2010 07:11 PM |
please help me understand wpa settings | gosha | OpenBSD General | 1 | 14th July 2009 11:37 AM |
Network bottleneck | mapcorp | OpenBSD General | 2 | 29th June 2009 08:24 PM |
where are start up settings on KDE Never mind i found them | whispersGhost | Solaris | 2 | 12th June 2008 09:30 PM |
How do I get network logs? | Johnny2Bad | FreeBSD General | 2 | 22nd May 2008 05:37 PM |