Cannot connect to my ISP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cannot connect to my ISP
# 1  
Old 09-23-2001
Network Cannot connect to my ISP

I'm totally frustrated, my administrator has left the state and me high and dry! My modem cannot connect to my ISP all it does is start to ping and the a high pitched squeal for about a minute. I have logged on as the "root" in hope to get into my /etc/ppp/ppp.conf file however I get a "permission denied" error. When I ask whoami it tells me I am "root". I'm not sure if my modem needs new drivers or if it's just a matter of change a few IP things. My ISP is alsolutely no help.

My server is a Sony Vaio PCV210 with 266 mhz, 640K with 31m ext RAM. I'm running UNIX FreeBSD i386. My modem is a Lucent 1673Jv7 RDD12 9927T 96 Luc 18377-K/iv.90LuV.

My school has been down for two weeks! I really need some help!!Smilie
# 2  
Old 09-23-2001
How are you trying to get into the ppp.conf file? Simply typing it in on the command line will get an error if the file is not executable (and it should NOT be).
# 3  
Old 09-23-2001
How else do I do it then? I've been just typing it after the gw#
# 4  
Old 09-24-2001
I see you've read my reply, could I get an answer. I realize that I don't know much, that's exactly the way my administor acted towards me too. However, we all have to begin somewhere! If I had the time I'd be reading the whole manual but the parts I've had time to read haven't helped me out.
# 5  
Old 09-24-2001
ppp.conf is a configuration file. It is plain
text and would be edited with...

vi /etc/ppp/ppp.conf

...however, if you go the the /etc/ppp directory
(cd /etc/ppp) and look at what is in there
(ls -l), you should see several files. If you
were able to connect before your admin left,
you should still be able to (unless the admin
removed or changed somthing). You should see
some sort of "ppp-on" and "ppp-off" scripts
(or somthing like that). The "on" script normally
will set up the appropriate variable (PHONE,
USERID, PASSWORD, etc.) and execute the pppd
program. Obviously, the documentation is the best
source for this information and what I've given
you here may or may not be true for your system.

Anyway, I hope this helps. Smilie
# 6  
Old 09-25-2001
Computer

Thanks!!

It did help and my problem is solved. Also, the best part is that I've entered a journey of learning FreeBSD, whether I like it or not. I would appreciate any helpful sites or hints to make this journey a little brighter.
# 7  
Old 09-26-2001
What better place to learn FreeBSD than the FreeBSD website's Newbie section?!
http://www.freebsd.org/projects/newbies.html

Also, check out the areas of the forum that give book recomendations:
https://www.unix.com/new-to-unix-which-books-should-i-read-/?s=

Have fun!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Proxy Server

ISP VPS, routing traffic

Hi guys I need to setup server/router in my firm. We got from our ISP dedicated server in their data center. It has a static IP and it servers as replacement for out DSL connection. I configured our internal server to be border gateway and to connects to data center. "Remote" admin installed... (0 Replies)
Discussion started by: solaris_user
0 Replies

2. IP Networking

Multiple isp physical connection

Hello all my friends see picture to understand my problem http://www.imageurlhost.com/images/8mf8ni4btu6r4qy1rp9_Networking-photo.png i want to know that how my company can connect multiple isp via switch and output from switch is directly connected to linux firewall. Any help Thanks (1 Reply)
Discussion started by: rink
1 Replies

3. IP Networking

2 ip from one subnet my isp

Hi. my english is not so good. sorry. i have some problem. My isp give me second ip from subnet. One network is working, but secong don't. fxp0 - my network dc0 - network isp (that working) re0 - network isp (don't working) i try use ng_one2many, but it's don't working ngctl mkpeer... (0 Replies)
Discussion started by: kil
0 Replies

4. Shell Programming and Scripting

scripting Bash to access ISP mail

I'm trying to create a small program to look at my isp and pull down the messages into individual text files. This is just a read only setup. I need to pull down the message and kill it on the server. I'm stuck here. I have experimented with a for string but it always fails. I was trying to use... (0 Replies)
Discussion started by: Mikey
0 Replies

5. Solaris

Problems connecting Solaris 10 to network via ISP

I have just installed Solaris 10 (x86) on my PC, which is connected to an ISP via a Netgear DG834G firewall/modem router. I can't find the network. My router has the IP address 192.168.0.1 and my ISP assigned IP address is 214.159.X.Y I have edited various files based upon information I have... (7 Replies)
Discussion started by: christian_hicks
7 Replies

6. UNIX for Dummies Questions & Answers

schedule dial-out different ISP's

Hi, I'm running user ppp on FreeBSD. I have an internet account which gives me the oppertunity to login for free (say €25 a month :)) during specific hours. Outside these hours I pay the normal fee. I also have another ISP which gives me the oppertunity to log in for a reduced fee all times. ... (2 Replies)
Discussion started by: Hansaplast
2 Replies

7. UNIX for Dummies Questions & Answers

Linux for an internet server to an ISP

I just moved away from a T3 line back to a dial up I just wanted to know would a P200 with 64meg and a 4 gig hard drive be ok for a linux server for an additional 3 pcs all running win98. I will be dialing into an isp using a 56k v90 modem. Any support or help will be great. (3 Replies)
Discussion started by: izrailov
3 Replies
Login or Register to Ask a Question