Dial Up in FreeBSD 4.10


 
Thread Tools Search this Thread
Special Forums IP Networking Dial Up in FreeBSD 4.10
# 1  
Old 06-27-2004
Computer Dial Up in FreeBSD 4.10

Hi,
I just came to visit my folks and they dont have a wireless network setup in the house, so I have to connect to the net using my dial up modem. Unfortunately my windows seems to be quite buggy lately (...assuming it ever worked flalessly), so I was just wondering if anyone could tell me how to connect to the internet using my dial up connection in FreeBSD 4.10. I need to transfer a few school files, which i cant, since i cant connect my laptop to the net. So, if someone knows how to do it , please help me Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

2. Shell Programming and Scripting

scripting for wvdial for dial-up

:cool:is there a way to script wvdail to save in a file the speed of the dailup and the time spent online, to be looked at later to compare what ISP's says????? (0 Replies)
Discussion started by: rayburke30
0 Replies

3. Linux

Dial-up Networking

I use Red-Hat 8.0, with Gnome, and I have a dial-up internet connection. My phone-line however is zero-dial. At first I have to dial 0 to get the dial tone, and later the number of my service provider.How do I change my settings to accomodate this ? I tried prefixing the number with 0 and 0, and... (0 Replies)
Discussion started by: sundaresh
0 Replies

4. UNIX for Advanced & Expert Users

dial-up internet

Hi, I want to know working of dial-up internet on the PC. Please tell me how internet connection and ip address assigning happened. I know all this procedure in the broadband internet. But I confused for the 'dial-up' and 'internet in mobile'. I am eagarly wait for... (6 Replies)
Discussion started by: jagdish.machhi@
6 Replies

5. UNIX for Dummies Questions & Answers

Unix + Dial-up = ???

I was wondering if anyone can tell me if i can run Unix to the internet? (1 Reply)
Discussion started by: slade
1 Replies

6. SCO

Dial-Out & Dial-In Connections in OpenServer 5.0.6.

Friends, I am facing a problem in connecting two SCO Openserver 5.0.6 servers through Dial-Up connectivity as is done in the case of two Windows PCs. Please help me out with the following problems: (a) How to configure the modem? (b) How to setup a Dial-In connection? (c) How to... (1 Reply)
Discussion started by: thecobolguy
1 Replies

7. UNIX for Dummies Questions & Answers

Dial-Up Modem

Im using Kinternet with a Lucent modem on Suse 9.0 Ive installed the ltmodem driver and suse says the device is ready and configured. Ive configured it at /dev/ttyS0 This is the log that Kinternet gives after trying to connect: SuSE Meta pppd (smpppd-ifcfg), Version 1.06 on linux. Status... (0 Replies)
Discussion started by: Synbios
0 Replies

8. UNIX for Dummies Questions & Answers

Dial-up connection

Hi all. I am running a C++ program on UNIX which needs days to finish but my dial-up connection disconnects after 4 hours. Is there any way for the program to keep running until it finishes after I log out? (5 Replies)
Discussion started by: vegas503
5 Replies

9. UNIX for Dummies Questions & Answers

Dial Up Server on RH 7.1

Hello, I'd like to know if it is possible to set up a Dial Up server on a Red Hat 7.1 Instalation so that friends/colleagues can dial into my computer and log in (eg. SLIP/PPP)? Or if i'd have to download any other software with which to do this. And if so, where would I find something good... (2 Replies)
Discussion started by: KrazyGuyPaul
2 Replies

10. UNIX for Dummies Questions & Answers

Exceed - dial in - CDE

Hi folks. I'm curious to see if anyone has had success using Exceed, through a dial in connection, to access the Solaris CDE? Thanks, kristy (6 Replies)
Discussion started by: kristy
6 Replies
Login or Register to Ask a Question
WIRELESS(7)						     Linux Programmer's Manual						       WIRELESS(7)

NAME
wireless - Wireless Tools and Wireless Extensions SYNOPSIS
iwconfig iwpriv -a DESCRIPTION
The Wireless Extensions is an API allowing you manipulate Wireless LAN networking interfaces. It is composed of a variety of tools and configuration files. It is documented in more detail in the Linux Wireless LAN Howto. The Wireless Tools are used to change the configuration of wireless LAN networking interfaces on the fly, to get their current configura- tion, to get statistics and diagnose them. They are described in their own man page, see below for references. Wireless configuration is specific to each Linux distribution. This man page will contain in the future the configuration procedure for a few common distributions. For the time being, check the file DISTRIBUTIONS.txt included with the Wireless Tools package. DEBIAN 3.0 In Debian 3.0 (and later) you can configure wireless LAN networking devices using the network configuration tool ifupdown(8). File : /etc/network/interfaces Form : wireless-<function> <value> wireless-essid Home wireless-mode Ad-Hoc See also : /etc/network/if-pre-up.d/wireless-tools /usr/share/doc/wireless-tools/README.Debian SuSE 8.0 SuSE 8.0 (and later) has integrated wireless configuration in their network scripts. Tool : Yast2 File : /etc/sysconfig/network/wireless /etc/sysconfig/network/ifcfg-* Form : WIRELESS_<function>=<value> WIRELESS_ESSID="Home" WIRELESS_MODE=Ad-Hoc See also : man ifup info scpm ORIGINAL PCMCIA SCRIPTS
If you are using the original configuration scripts from the Pcmcia package, you can use this method. File : /etc/pcmcia/wireless.opts Form : *,*,*,*) ESSID="Home" MODE="Ad-Hoc" ;; See also : /etc/pcmcia/wireless File PCMCIA.txt part of Wireless Tools package AUTHOR
Jean Tourrilhes - jt@hpl.hp.com http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ SEE ALSO
iwconfig(8), iwlist(8), iwspy(8), iwpriv(8), iwevent(8). wireless-tools 4 March 2004 WIRELESS(7)