OpenSUSE Network :: Can't Connect To Internets Via DHCP
Feb 10, 2010
i don't know the proper commands to list my system information. Up until recently, the internet worked fine, but suddenly stopped. I opened up YaST2 and found that the network device was set up to never turn on, and i switched it to "at boot time" but it still doesn't work.
View 9 Replies
ADVERTISEMENT
Sep 12, 2011
I configure my server just like on the link found in novell i hope some can help me here. my client is able to recieve DHCP address and everything is working fine on the network how ever my client cannot pullup any website, but my server is able to pullup whats wrong on this one.
Cool Solutions: HOW-TO: Set Up a SUSE 10 Machine As a Router
View 3 Replies
View Related
Sep 26, 2010
I have installed openSUSE KDE 11.3 on my notebook. Everything looks great, but I can't connect on internet. It looks like dhcp don't work. Wireless works fine, only auto eth0 don't work.
View 9 Replies
View Related
Nov 23, 2010
I set up a server that has dhcp going. This works 100% as I get ipaddresses. My question is how do these internal computers connect to the internet? There is a proxy that needs to be passed as well...
Is this just a simple case of portforwarding or is this a completely different thing?
View 4 Replies
View Related
Sep 29, 2010
I have recently downloaded ubuntu server and want to solve a scenario.I have 2 internet connections in my office and I am installing ubuntu on a machine with 3 lan cards now I want ubuntu server to distribute internet from both connections to my network.
View 9 Replies
View Related
Mar 4, 2010
I using ubuntu 9.04. It was connected to the network with the manual IP Settings. Now the server settings have changed and we are supposed to move to Auto Assign IP (DHCP). All the windows machines are working fine, those are connected to network and using internet. But the ubuntu machine is not getting connected. Is there any any additional setting required for DHCP?
View 2 Replies
View Related
Jul 15, 2010
Why trying to avoid ranting about my Linksys router, I'll try and keep things short. I have a Linksys router in which the default firmware was terrible and would not correctly renew its DHCP lease. After getting feed up with that I flashed dd-wrt on the router and now it works better but randomly DNS queries would stop being resolved. To rule out the chances that it is my ISPs DNS servers I switched my DNS to openDNS, same problem happens (although I have to admit openDNS is a lot better than what my ISP has).
Anyways I'm about feed up with it and about an inch away from drop kicking the thing out my window. To avoid that I figured I will give it one more change and instead of using my Linksys as my network gateway I'll move all of that to my home server, and make the Linksys just an wireless AP. Besides setting up DHCP, DNS, and iptables on the server is there anything else I will need to know and setup on the server to make this work?
Side note anyone using openSUSE for DHCP know if setting up reserved IPs for certain MAC address is possible?
View 2 Replies
View Related
Jun 3, 2010
I had 200 workstation with both Windows XP and SuSe Enterprise Linux. Sometime, a few clients can't get IP address from DHCP with SuSe OS. With the same computer, if I reboot and chose Windows XP, it work fine. The log message or the boot message was "No IP Address yet ...backgrounding". I tried to reconfig network device, restart services, change another port, change another line LAN, set static IP Address .... but there's no luck for me.
View 5 Replies
View Related
Aug 11, 2010
I have a small network setup and I cannot get DNS to work. DHCP is functioning normal and working fine but it cannot update the DNS pointers for some reason. My files are below.
dhcpd.conf -----------------------
Code:
ddns-updates on;
ddns-domainname "mydomain.lan";
ddns-update-style ad-hoc;
allow unknown-clients;
[Code].....
View 9 Replies
View Related
Apr 9, 2010
I've just installed opensuse 11.2 with the network installation iso. During the installation, it has got the IP via DHCP without any problem, and I has downloaded all the needed packets without problems... But when the installation finish.I have no network connection It's strange, because I have IP address, I get the IP from the DHCP server, and I can see the IP addreess if I do "ifconfig", the default route and even the DNS servers in the resolv.conf file; but I cannot ping my gateway (that is the DHCP server as well!!), I cannot ping anything in my network and either anything in internet. I see a network error at the start, but it finally gets the ip address. In the dmesg, the last message repeats over and over. The machine is a Hyper-V virtual machine, but as I said... I worked very well during the installation, I don't know what is going on. I've tried to reinstall, but it doesn't make any difference
View 2 Replies
View Related
Apr 26, 2010
basing on the research and trial and error which am still on the trial stage with errors here's the scenario We have 5 VLAN's with and existing Windows DHCP Server, that serves 5 Scopes for the 5 VLAN's 192.168.100.x and 192.168.200.x IP Addressess evrything works well on our Windows DHCP server, what i want to do is replace our windows dhcp server with a linux box , with one NIC , ive read about VLAN on linux 802.xx something and VLAN Tagging am already confused on what to do.. what i want to ask you guys is an assistance implementation the vLAN on linux then the dhcpd.conf
View 9 Replies
View Related
Jan 29, 2011
I cannot uncheck the "Change Hostname via DHCP" box because it is disabled. Next to it says "No interface with dhcp". How can I fix it? I'm using OpenSUSE 11.3/KDE4
View 3 Replies
View Related
Jan 14, 2010
I have setup an dhcp server wich allows ICS, and a samba server as a PDC. I can access the shares from windows if I type the server Ip (ej. \192.168.0.1), however if if write the address (ej. \dbaserver) I cannot access them.If I type ping dbaserver on a command prompt, it returns 127.0.0.2 not 192.168.0.1, what could be wrong. I asume because of this I cannot join the domain also.
View 4 Replies
View Related
Mar 19, 2010
I am trying to enable DHCP so that it will give out IP's to some XP boxes when they boot. I have had success doing it dynamically, but not statically using the host declaration.
host xpTest {
hardware ethernet 00:50:56:2A:3B:00;
fixed-address 192.168.100.2;
}
My question is, what should the subnet declaration be if I only want to hand out static IP's like this? Also, the host is the same name that is specified in /etc/hosts correct?
View 3 Replies
View Related
Apr 3, 2010
I'm maintaining a very modest network at home, with OpenSUSE as OS on the server. I got the DHCP and routing working by following the instructions in the wiki. However, every time I run dhclient on the server/router, it appears my own DHCP server assigns an address to the internal network card despite the fact I specifically assigned it to be static using Yast. The situation resolves itself when I restart the network services with the command /etc/init.d/network restart. Otherwise no problem, but it also seems the internal network card gets a "new" IP from my server every time the external card requests one from the ISP. This is more of an issue.
View 5 Replies
View Related
Dec 22, 2010
I feel really dumb for asking this but I cant figure out how to get it back to simple mode
View 4 Replies
View Related
Dec 23, 2010
Automatic Proxy Configuration via DHCP | AGIX Linux Tutorials & HowTo's | Ubuntu Focuson openSUSE not work, Why? # These 2 following lines are the key to your pac success:option local-pac-server code 252 = text;option local-pac-server "http://192.168.1.254/wpad.pac";
View 2 Replies
View Related
Jan 11, 2010
I'll try not to be too wordy. Want to get my openSUSE 11.2 (fresh install) laptop to see my network shares ...not to be a server or share any files. I've looked at 50 websites and everything seems to be "server" and "share" oriented. Maybe I (newb) am confused by the terminology...
I have a router that provides DHCP. My LAN PC's consist of a Vista laptop, an XP DAW, and a Kubuntu file server. Somehow I got Kubuntu configured properly, all of the Windows machines can access it and vice-versa. The Kubuntu smb.conf does not work on this laptop, and it seems overkill -no shares needed here. And yes, I get DHCP and interweb on the laptop -posted this with it.
All I want is access to my (other) network drives from this (openSUSE 11.2) laptop. Not a server, not to share. This is easy... right? It's driving me nuts Is there a Samba configuration that will let me jump onto networks and surf Windows/Samba shares like any old Windoze box browsing Network Neighborhood? Do I have to be a Samba guru?
View 7 Replies
View Related
May 18, 2010
I have installed a working DNS server on my home network. I have an unique server, devoted to dns, gateway, storage which runs opensuse 11.0 (I known that it is rather old). Two new clients require DHCP. I have installed, using yast, a very simple DHCP server, according to the following config:
option domain-name "XXX.XXX";
option domain-name-servers 192.168.0.1;
option routers 192.168.0.1;
[code]...
(I have tried to add "ddns-update-style none", and to remove the ntp-servers option, since my server is not a time server, without success). Unfortunately, even if the client (a mac running OSX 10.4) receives a right IP and gateway address, it displays neither dns server address nor default domain name. The same mac, on my office network (not managed by me), receives everything.
View 5 Replies
View Related
Aug 7, 2011
I am just trying to get SSH working between 2 local machines on OpensSuse 11.4 boxes. I have the SSHD daemon running, the firewall is configured to allow SSH to pass, and I am using SSH's password authentication. However, my machines cannot see each other. Anytime I try to SSH, I get "Could not resolve hostname<hostname>: Name or service not known."
Of course, that leads me to believe I need an entry in my /etc/hosts file. However, I use DHCP, and therefore have a dynamic IP address. Therefore, my hosts names will only be good until the next IP renewal. How in the world do I configure SSH with a DHCP assigned address?
View 4 Replies
View Related
Aug 18, 2010
In 11.3, if in "/etc/sysconfig/network/ifcfg-eth0" i set DHCLIENT_SET_DEFAULT_ROUTE="no" this seems to have no effect. If i start my box, the routing table has the "default route"-entry offered by a remote DHCP-Server. More Info: My Susebox has eth0 and eth1 and both network devices should use DHCP4. But from DHCP-offer on eth0 i want to use
* "offered IP-Adress for eth0"
* "offered NTP-Server"
* "offered Host-Name"
From DHCP-offer on the eth1 i want to use
* "offered IP-Adress for eth1"
* "offered DNS-Servers"
* "offered Default Route"
View 1 Replies
View Related
Jun 14, 2011
Although Im using SuSE since 7.2 this is my first forum post here. I just plugged in my iPhone with USB and 11.4 created an eth1 interface for the iPhone and also loads the ipheth kernel module. Anyhow I am not able to acquire an IP address using DHCP. The iPhone OS is 4.2.1 and its an iPhone 3G 8GB black
View 2 Replies
View Related
Feb 8, 2010
first: PXE flawless bind to dhcp address but put next binding state to free second: when installer calls init script to reinit ethernet driver (e1000 (vmware)) binding fails 11.2 opensuse fail to reinit dhcp with log entry "no free leases" third: when manual set network install works how to preserve dhcp lease on reinit of driver?
View 1 Replies
View Related
Mar 25, 2010
I am puzzled with trying to configure a linux (openSUSE) client to dhcp to eBox DHCP server. I am using dhclient to lease an IP address with dhclient eth0 -s 10.45.48.108 and get a response
openSUSE11232CL1 dhclient: DHCPDISCOVER on eth0 to 10.45.48.108 port 67 interval 4
openSUSE11232CL1 dhclient: DHCPOFFER from 10.45.48.108
openSUSE11232CL1 dhclient: DHCPREQUEST on eth0 to 10.45.48.108 port 67
openSUSE11232CL1 dhclient: send_packet: Network is unreachable
openSUSE11232CL1 dhclient: send_packet: please consult README file regarding broadcast address.
The server reports eBox141 dhcpd: DHCPDISCOVER from 00:0c:29:3e:57:a3 (openSUSE11232CL1.domain.net) via eth0
eBox141 dhcpd: DHCPOFFER on 10.45.200.2 to 00:0c:29:3e:57:a3 (openSUSE11232CL1.domain.net) via eth0
I interpret this as the server receives the request and the client accepting it but the lease does not last long and the connection breaks. what this could be and why the connection breaks? Or my undestanding is totally wrong on how it works and should work? And BTW, where is that README file that's referenced in the message I receive on the client?
View 2 Replies
View Related
Mar 10, 2011
After installing 11.4, I need to type in the command to update the firmware for a broadcom wifi adapter. Then I needed to reboot, twice, before the system knew to use the adapter (where the adapter wifi light goes from orange to blue).
Then I needed to add my wireless network and type in my key. But the key does not take. If I click on my wireless network icon, it just re-asks for the key and does not connect nor give any other message. Network icon continues to display no connection.
So I need to reboot again.
When the system starts again, the adapter is blue, I click on the icon for my wifi network and it connects without asking for my key and I can then set to start my wifi by default.
Now my wifi works fine.
View 1 Replies
View Related
Mar 27, 2010
I have a Canon MX860 network printer but I cannot get it to connect with my openSUSE 11.2 computer
View 9 Replies
View Related
Apr 15, 2010
All settings are correct as far as i can tell. The wep key works on all my windows boxes. When i have connect automatically enabled it never tries to connect. if I go to edit it it pops kde wallet up i put in credentials. wallet goes away then nothing happens. if i double click connection to my router also nothing happens. I have the wep key in there and i even made it visible to make sure.
View 5 Replies
View Related
Aug 9, 2010
I am using OpenSuse 11.3 and Network Manager is giving me a headache by not connecting to WEP based wi-fi network.It works in a wi-fi at my office while at my home, it shows / detects the network but keeps asking me over and over.
View 3 Replies
View Related
Sep 27, 2010
I installed OpenSuSE 11.3. The only "extra" package I put in after the install was VirtualBox-ose. The firewall is disabled. I gave the machine a static IP address. I can get to the Internet from the machine. I enabled sshd to start on boot with "chkconfig sshd on" and also verified the service is running on the machine. I can ssh user@localhost from the machine as well.
When I try to connect to SSH from another machine, I get a connection refused. I verify that the firewall is down. I also try to get to VNC -- same problem: Connection refused. I ping the machine for fun. If I try to SSH again, it sometimes gives me a logon? I would check the server logs for the connection refused, but I wouldn't know where to look. I started in /var/log/messages, but nothing seemed to jump out there. I also find it strange because I can RDP to a windows guest running under VirtualBox. The Windows guest uses Bridged Network and DHCP.
I also find it interesting that I sometimes type a "ping google.com" from the 11.3 box and it will just hang - no output. Then I open firefox and get to the internet. All of a sudden, ping starts to give output. Could this be a neetwork card issue? A configuration issue? I don't know where to start.
View 1 Replies
View Related
May 21, 2011
how to connect my network data card to run internet on openSuse..
View 4 Replies
View Related