Sponsored Content
Special Forums IP Networking Connecting to DHCP network with Realtek interface Post 302304178 by figaro on Sunday 5th of April 2009 12:33:51 PM
Old 04-05-2009
[SOLVED] Connecting to DHCP network with Realtek interface

Replaced network card
 

10 More Discussions You Might Find Interesting

1. IP Networking

Solaris Virtual Interface Problem in DHCP

Hi all, I am experiencing a problem with dhcp broadcast packages. these broadcast packages are seen on bge1 and bge1:1 interfaces but somehow they are not seen at bge771001 interface which is second virtual interface on the bge1 interface. I have a server on which I configured it as working... (2 Replies)
Discussion started by: ironoxide
2 Replies

2. Fedora

Network freezes/ Realtek RTL-8185 wireless lan controller

Hello all :confused: I am using a Realtek RTL-8185 wireless lan controller on my Dell dimension 4800 to try to connect to the internet. my distro is fedora 11. I go to enable wireless and my computer freezes, I have done some upgrading and building on the computer for a year now but I have... (1 Reply)
Discussion started by: schizolinux
1 Replies

3. IP Networking

How to resolve hostnames on DHCP home network

Hi, I have a PC running Solaris 10 (hostname MARKUNIX) and a laptop running WinXP (hostname MARK-LAPTOP). Both are connected to broadband via a router. IP addresses for each are determined via DHCP (192.168.1.nn) and I do not leave either on, 24x7. I am running Oracle on MARKUNIX and... (1 Reply)
Discussion started by: ksdmnv
1 Replies

4. Ubuntu

dhcp status of an interface

hi, can anyone tell me how to check if my interface is controlled by dhcp? i tried with ifconfig command ifconfig interfacename dhcp status but its showing unknown host : dhcp error. (2 Replies)
Discussion started by: v1jay
2 Replies

5. IP Networking

DHCP Server on Vxworks multi interface question

Hi, We currently operate a DHCP Server on Vxworks system. It seems that the server is functioning only over the boot interface. While trying to use it on a different interface the DHCP client messages seems to reach the interface but stay without response. From a... (1 Reply)
Discussion started by: zohara
1 Replies

6. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

7. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

8. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

9. IP Networking

DHCP and DNS on a home network

Let's say I have a home network containing a server that acts as the resident gateway and serves dhcp and dns requests. Laptop A is frequently connected and disconnected from the network as it is used as a travel computer. Is there a secure way to make sure that whenever laptop A is connected to... (3 Replies)
Discussion started by: Zygomorph
3 Replies

10. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies
URTW(4) 						   BSD Kernel Interfaces Manual 						   URTW(4)

NAME
urtw -- Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device urtw device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_urtw_load="YES" DESCRIPTION
The urtw driver supports USB 802.11b/g wireless adapters based on the Realtek RTL8187B/L. urtw supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on config- uring this device, see ifconfig(8). HARDWARE
The urtw driver supports Realtek RTL8187B/L based wireless network devices, including: Card Radio Bus Belkin F5D7050E RTL8225 USB Linksys WUSB54GCv2 RTL8225 USB Netgear WG111v2 RTL8225 USB Netgear WG111v3 RTL8225 USB Safehome WLG-1500SMA5 RTL8225 USB Shuttle XPC Accessory PN20 RTL8225 USB Sitecom WL168v1 RTL8225 USB Sitecom WL168v4 RTL8225 USB SureCom EP-9001-g(2A) RTL8225 USB TRENDnet TEW-424UB V3.xR RTL8225 USB EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev urtw0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev urtw0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev urtw0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
intro(4), netintro(4), usb(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) Realtek, http://www.realtek.com.tw. HISTORY
The urtw device driver first appeared in FreeBSD 8.0. AUTHORS
The urtw driver was written by Weongyo Jeong <weongyo@FreeBSD.org>. BSD
October 17, 2009 BSD
All times are GMT -4. The time now is 10:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy