Lost Connectivity to the Internet


 
Thread Tools Search this Thread
Special Forums IP Networking Lost Connectivity to the Internet
# 1  
Old 04-28-2007
Lost Connectivity to the Internet

I'm running FreeBSD 6.2 and suddenly lost connectivity to the net. After unplugging the router and checking all the connections I could find nothing wrong. All the driver software seems to be intact. I thought I would remove the driver software and restore it. However, when I go to root and type

kldunload if_my.ko

it says there is no such file. However, I'm in /boot/kernel and I can see it right there. Any ideas why it won't let me remove it? Thanks.
# 2  
Old 05-02-2007
Why do you think that removing the module would help ? Did you try bringing down && up the eth0, asking the local net admin, calling ISP, ping, traceroute ?
# 3  
Old 05-02-2007
Quote:
Originally Posted by sysgate
Why do you think that removing the module would help ? Did you try bringing down && up the eth0, asking the local net admin, calling ISP, ping, traceroute ?
I thought removing and then re-installing the driver might help. Actually, I tried both kldload and kldunload and both commands came back with "no such file" yet all the while the Ethernet driver (if_my.ko) was visible right there in /boot/kernel. Furthermore, the /boot/loader.conf file has if_myk_load="YES" so was loading at boot. Ping & traceroute didn't work; however, the other computers on my network worked so it wasn't the router or the ISP's fault. I didn't try eth0 though.

Finally, I reinstalled 6.1 and everything works fine now. Perhaps bringing down and up eth0 would have worked. If this happens again I'll try that. I'm a Unix newb, so all this chaos and frustration is good training. Smilie
# 4  
Old 05-21-2007
I'm not used to *BSD, but in linux, when you try to load a kernel moule with "modprobe" (which I think is equivalent to kld[un]load), you must not use the module's file name. Instead, just its name.
Try to "kldunload if_my"
Anyway, I agree sysgate. A priori, there's no need to do so IMO.
Please, post the output of:
ifconfig -a
netstat -r

Regards.
# 5  
Old 05-21-2007
In *BSD environment the ".ko" extension is a must. In such cases, for better tracing, the "-v" may be used - more verbose, but Aaron solved his issue with re-installing the BSD.
# 6  
Old 05-21-2007
I didn't know, thank you for the clarification Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Log of lost internet connections

I am having a big problem with lost internet connections with my DSL. I would like to create a log to be able to show the technician when he comes next week. I would like for it to only log pings that generate 100% packet loss. Thanks.. This script generates all ping attempts including... (4 Replies)
Discussion started by: drew77
4 Replies

2. Solaris

Server M4000 server lost connectivity to storagetek 2540

Hi Guys, I have situation here ... server M4000 server lost connectivity to storagetek 2540 , storagetek 2540 unable to be ping.From DAS URL the storage is undetected. Any idea why this is happening. Please share. Thank you. Raj (1 Reply)
Discussion started by: muralirajah
1 Replies

3. UNIX for Dummies Questions & Answers

Internet connectivity problem

Hello fellow users and enthusists. I am in need of assistance. I have installed Solaris 10 on a Gateway AMD Athlon 64 system. It is set up to dual boot with Windows 7. I am attempting to get internet access through another Windows 7 box, which is sharing its wireless internet connection with... (0 Replies)
Discussion started by: jl2215
0 Replies

4. UNIX and Linux Applications

SQUID proxy : How do I limit internet connectivity to X hrs/day

Hi Everyone! A friend of mine is looking for a way to limit time his kids spent on the internet. I told him he should try out Squid proxy server. He now tries to find a way to limit total time spend on the internet to "X" hours a day, at any time during the day. I remember there are built-in... (3 Replies)
Discussion started by: togr
3 Replies

5. Solaris

Intermittent internet connectivity

Hello, I am a relative UNIX newbie and we are unable to get out to the internet past the router. I can ping everything within the network but can't get out on a consistent basis. The UNIX DBA was let go recently and I have had to step in and assume his duties. Unfortunately, I am not quite... (1 Reply)
Discussion started by: judo42
1 Replies

6. Red Hat

problems with internet connectivity

I had a strange problem.Recently, I virtualized my RHEL 5 system by installing Fedora 8 as guest operating system. The installation went fine. But, after installation my internet connection stopped working. Any suggestions?. I was on TataIndicom wireless USB modem. I haven't had any problems with... (3 Replies)
Discussion started by: jaghelp323
3 Replies

7. Solaris

Network Connectivity lost after reboot

I have 4 V440 servers running Solaris 9. I have their interfaces configured (ce0) and have connectivity to our network. However, after reboot,...the connectivity is lost although the interface shows that its still up after an ifconfig -a. Only after I reconfigure the interface do I restore... (19 Replies)
Discussion started by: StorageGuy
19 Replies

8. UNIX for Dummies Questions & Answers

Internet connectivity via Win-ICS

Hi all, Have two DEC Alpha 3000 systems (I think they're considered legacy servers) that I acquired from my former employer prior to the Voluntary Administrator seizing the assets. They both have the basic SCO V4.0f OS installed and too be honest, I've had little time to even turn them on. ... (2 Replies)
Discussion started by: Cameron
2 Replies

9. UNIX for Dummies Questions & Answers

RedHat Internet Connectivity

I recently installed RedHat9 on my laptop as a guest OS. My host OS is Windows2000 and I am using VMWare to toggle between two OSs. Any time I try to connect to internet from RedHat environment using Mozilla, internet acces does not work. At the office, after connecting my laptop to our... (7 Replies)
Discussion started by: eysheikah
7 Replies
Login or Register to Ask a Question