LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   windows bridge with wireless but not internet on linux (https://www.linuxquestions.org/questions/linux-wireless-networking-41/windows-bridge-with-wireless-but-not-internet-on-linux-432016/)

bretcurry 04-05-2006 12:10 PM

windows bridge with wireless but no internet on linux
 
Hi all,
I have a windows bridge with a wireless card bridged with the onboard NIC. In linux I can ping the router and I have an address assigned through dhcp, but I can't get the internet through linux. Any ideas?

Snowbat 04-06-2006 09:24 PM

What output do you get from the following commands?
/sbin/route
cat /etc/resolv.conf

What is the IP address of your router?

bretcurry 04-07-2006 11:41 AM

linux:/home/bcurry # /sbin/route Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
link-local * 255.255.0.0 U 0 0 0 eth0
172.16.0.0 * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default homeportal.gate 0.0.0.0 UG 0 0 0 eth0
linux:/home/bcurry #
linux:/home/bcurry # cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by: dhcpcd
# Backup: /etc/resolv.conf.saved.by.dhcpcd.eth0
# Process: dhcpcd
# Process_id: 7513
# Script: /sbin/modify_resolvconf
# Saveto:
# Info: This is a temporary resolv.conf created by service dhcpcd.
# The previous file has been saved and will be restored later.
#
# If you don't like your resolv.conf to be changed, you
# can set MODIFY_{RESOLV,NAMED}_CONF_DYNAMICALLY=no. This
# variables are placed in /etc/sysconfig/network/config.
#
# You can also configure service dhcpcd not to modify it.
#
# If you don't like dhcpcd to change your nameserver
# settings
# then either set DHCLIENT_MODIFY_RESOLV_CONF=no
# in /etc/sysconfig/network/dhcp, or
# set MODIFY_RESOLV_CONF_DYNAMICALLY=no in
# /etc/sysconfig/network/config or (manually) use dhcpcd
# with -R. If you only want to keep your searchlist, set
# DHCLIENT_KEEP_SEARCHLIST=yes in /etc/sysconfig/network/dhcp or
# (manually) use the -K option.
#
### END INFO
search gateway.2wire.net site
nameserver 172.16.0.1
linux:/home/bcurry #

The IP address of my router is 172.16.0.1
Thanks.

bretcurry 04-07-2006 11:42 AM

It's working now!


All times are GMT -5. The time now is 09:29 AM.