Linux-Networking Digest #26, Volume #11 Mon, 3 May 99 13:13:35 EDT
Contents:
Finally printing to all my mac printers ([EMAIL PROTECTED])
Linux UDP ports above 61000 ([EMAIL PROTECTED])
Re: proftpd setup (Wendell Craig)
re: Linux new 4.0.. with kernel 2.2.6.---> not supporting ip maquerading ?? ("steve")
Routing to ADSL connection ("Jane Mikas")
Routing by source IP (Gabriele Bartolini)
PPP server setup problem ("Yue-Herng Lin")
Re: PPP server setup problem ("Yue-Herng Lin")
Re: ppp works but no ping ("Clifton T. Sharp Jr.")
kernel: possible SYN flood ([EMAIL PROTECTED])
Apache Virtual Hosts and MS NETSCAPE Browser ([EMAIL PROTECTED])
Connection Established but nothing works (Stagga)
Ifconfig and routes (Hardave Riar)
Re: laptop networking problem (Jim Thompson)
Re: Networking question regarding two offices seperated by T1 ("d. martin")
Re: DEC PCI Fast Ethernet DECchip 21142 (Matt)
IEEE, EIA, TIA standards for free!! ([EMAIL PROTECTED])
Re: Mail server for multiple domain using a single IP address ([EMAIL PROTECTED])
Re: Cannot connect with PPP to BSDI ([EMAIL PROTECTED])
Re: DNS problems ("sdfg")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Finally printing to all my mac printers
Date: Mon, 03 May 1999 04:09:50 GMT
I have finally succeded in printing from all my macs to any of my mac printers
through my linux box. I have posted the formula on comp.os.linux.powerpc
thanks to all who helped.
Gary Hostetler
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.tcp-ip,comp.lang.java.programmer
Subject: Linux UDP ports above 61000
Date: Mon, 03 May 1999 04:14:15 GMT
I recently got the Blackdown 1.2 java release running under Linux Redhat 5.2.
While porting some networking software, I noticed that the high-numbered
UDP port I had picked out of a hat was failing to allocate. A little
experiment later showed that all UDP ports above 61000, all the way up
to 65335, were failing. The same code under Irix and Windows worked in
the upper port numbers (aside from a couple ports that were being used,
probably by ephemeral ports.)
My question: what's up with the UDP port numbers above 61000? Is this
a blackdown problem, something with the way I've got my Linux
machine configured, or what?
The java code (this is off the top of my head, actual code not handy
right now) looks like this:
/**
* Test program, prints out UDP ports that can't be allocated.
* Compile: javac ClosedPorts.java
* Run: java ClosedPorts
*
*/
import java.net.*;
public class ClosedPorts extends Object
{
public static void main(String args[])
{
DatagramSocket socket;
int portNo = 1024;
while(portNo < 65335)
{
try
{
socket = new DatagramSocket(portNo);
socket.close(); // Close down, prevent too many open at once
}
catch(SocketException se)
{
System.out.println("Unable to open socket " + portNo + " " + se);
}
portNo++;
}
} // end main
} // end class
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Wendell Craig <[EMAIL PROTECTED]>
Subject: Re: proftpd setup
Date: Mon, 03 May 1999 13:13:16 GMT
Bob Pollack wrote:
>
> I have proftpd installed on Redhat Linux 6.0. I wish to assign specific
> users to specific directories and restrict them from going up from that
> directory (they can get to folders within the directory). For example I
> would like to have user "jack" when connecting put in /home/http/jack and
> have access to all folders in that directory but not above it. I find the
> documentation for proftpd rather cryptic can anyone help?
>
> Thanks,
> Bob
Sure.
Make sure you have somewhere in your proftpd.conf file....
# NOTE: The next section sets everyone's root directory at their home
dir.
<Global>
DefaultRoot ~
</Global>
Worked for me!
Wendell Craig - [EMAIL PROTECTED]
The box said 'WIN95/98 or better.' so I installed LINUX!
HEAR MY VOICEOVER DEMO AT http://www.anncrman.com
OR BY TELEPHONE AT (212)595-0314
------------------------------
From: "steve" <[EMAIL PROTECTED]>
Subject: re: Linux new 4.0.. with kernel 2.2.6.---> not supporting ip maquerading ??
Date: Sun, 2 May 1999 21:35:29 -0700
I just got the new linux 4.0 source with kernel 2.2.6..but i can not find "
ip masquerading" option when compiling kernel..
Any info would be very appreciative...
------------------------------
From: "Jane Mikas" <[EMAIL PROTECTED]>
Subject: Routing to ADSL connection
Date: Sun, 02 May 1999 03:01:39 GMT
I'm having problems using my Linux box as a router to my ADSL Internet
connection.
I've set up a Linux router successfully before, so I'm not a total novice.
I think my problem has to do with using DHCP on my ADSL connection
to the Internet.
I have three ethernet cards, two in my P75 gateway machine,
and one in my P350. All work fine.
I have connectivity between my two machines on my
192.168.2.0 network, and I can reach the Internet on my gateway.
I can't however reach the Internet from my P350 from either WinNT
or Linux (I have both installed on that machine).
I compiled the kernel on my gateway with CONFIG_IP_FORWARD=y on
and CONFIG_FIREWALL=n. I'm running RedHat 5.2.
My P350 route looks like:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.2.0 * 255.255.255.0 U 0 0 2 eth0
127.0.0.0 * 255.0.0.0 U 0 0 1 lo
default gateway 0.0.0.0 UG 0 0 1 eth0
and on my gateway:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
209.226.80.0 * 255.255.255.0 U 0 0 5 eth0
192.168.2.0 * 255.255.255.0 U 0 0 3 eth1
127.0.0.0 * 255.0.0.0 U 0 0 1 lo
I did nothing to add the 209.226.80.0 route, I assume this is set up by the
DHCP. I find it curious that there is no default route, yet I can reach
arbitrary points on the Internet.
This shows what happens when I try to traceroute on my gateway (looks good)
traceroute to 128.100.8.6 (128.100.8.6), 30 hops max, 40 byte packets
1 HSE-TOR-ppp24996 (209.226.80.1) 13.235 ms 11.722 ms 11.992 ms
2 corsmcr02-fa0-0-0.toronto.advantage-internet.bell.ca (206.47.228.146)
13.151 ms 14.704 ms 13.824 ms
3 206.108.98.137 (206.108.98.137) 11.019 ms 12.586 ms 12.633 ms
4 206.108.98.150 (206.108.98.150) 40.606 ms 12.716 ms 13.764 ms
5 bx4smc-fa4-1-0.toronto.canet.ca (205.207.238.166) 12.112 ms 13.776 ms
13.808 ms
6 gw-onet.toronto.canet.ca (206.108.104.38) 13.171 ms 14.097 ms 15.286
ms
7 utorgw-exterior-if.onet.on.ca (206.248.221.6) 17.423 ms 14.255 ms
15.348
ms
8 mcl1.gw.utoronto.ca (128.100.96.120) 15.674 ms 18.568 ms 14.504 ms
9 sf1-bbup.gw.utoronto.ca (128.100.200.20) 15.482 ms 16.281 ms 16.571
ms
10 skule.ecf.utoronto.ca (128.100.8.6) 17.623 ms 17.309 ms 15.158 ms
Pinging an external machine from my P350 just hangs.
[root@redhat /root]# ping 128.100.8.6
PING 128.100.8.6 (128.100.8.6): 56 data bytes
traceroute to an external ip address from my P350 returns my gateway machine
i
and then gives me three astrixes every few seconds.
[root@redhat /root]# traceroute 128.100.8.6
traceroute to 128.100.8.6 (128.100.8.6), 30 hops max, 40 byte packets
1 gateway (192.168.2.1) 0.605 ms 0.480 ms 0.459 ms
2 * * *
I tried running routed with -d flag and a log file, but didn't get much
other than the routes.
Are there any other tools that might help me, or any kernel flags I don't
know about? Is this any thing to do with using DHCP to resolve an IP
on the gateway machine? Should I have a default route on my gateway machine?
If so what should I give as the gateway?
Any help here would be much appreciated.
Thanks
Peter
------------------------------
From: [EMAIL PROTECTED] (Gabriele Bartolini)
Subject: Routing by source IP
Date: Mon, 03 May 1999 13:17:06 GMT
Ciao folks !!!
I want to know if it's possible to route an IP packet depending on the
source IP address. I wanna direct all the request coming from a
particular subnet towards a gateway and other requests towards a
second one. But to do this I gotta check up the IP address of the
remote host which did the request.
Is there any program to do that?
D'you know if it ss in project for future versions of kernel? or maybe
for new distributions?
I have a Red Hat 5.1 linux os.
Ciao
-Gabriele
------------------------------
From: "Yue-Herng Lin" <[EMAIL PROTECTED]>
Subject: PPP server setup problem
Date: Mon, 03 May 1999 06:22:57 GMT
Hi all,
I'd like to setup a PPP server at home so I can
dail-in remotely into my home LAN and access
the data.
The problem I'm having is the routing. From my
remote machine, once the PPP connection
established, I can ping the PPP interface IP on
the PPP server from my remote machine. I can
even ping the eth0 interface IP on the PPP server
without problem. However, I cannot ping/connect
to some other machines on the same subnet.
The connection I'd like to achieve looks like:
Remote PPP server
192.168.0.50 <--> PPP IP 192.168.0.1
eth0 IP 192.168.2.20
^
|
v
LAN (Network 192.168.2.0)
The routing table after PPP established:
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.0.50 * 255.255.255.255 UH 0 0
0 ppp0
192.168.2.0 * 255.255.255.0 U 0 0
0 eth0
127.0.0.0 * 255.0.0.0 U 0 0
0 lo
ifconfig output:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.2.20 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9443 errors:0 dropped:0 overruns:0 frame:0
TX packets:7908 errors:0 dropped:0 overruns:0 carrier:0
collisions:1
Interrupt:17 Base address:0x6400
ppp0 Link encap:Point-to-Point Protocol
inet addr:192.168.0.1 P-t-P:192.168.0.50 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:317 errors:2 dropped:0 overruns:0 frame:2
TX packets:244 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
My PPP options file (/etc/ppp/options):
crtscts
modem
lock
asyncmap 20A0000
escape FF
kdebug 0
noauth
proxyarp
bsdcomp 15,15
netmask 255.255.255.0
192.168.0.1:192.168.0.50
I've also compiled the kernel with the router options, and turn on the
IP forwarding (/proc/sys/net/ipv4/ip_forward == "1"). Just wondering
what should I do to fix it??
Thanks,
YH
------------------------------
From: "Yue-Herng Lin" <[EMAIL PROTECTED]>
Subject: Re: PPP server setup problem
Date: Mon, 03 May 1999 06:31:58 GMT
By the way, I didn't compile kernel
with firewall options. This is 2.2.7.
Thanks again,
YH
------------------------------
From: "Clifton T. Sharp Jr." <[EMAIL PROTECTED]>
Subject: Re: ppp works but no ping
Date: Mon, 03 May 1999 01:37:12 -0500
John Hornblow wrote:
> I gave up on an old IO card and vidoe card...
> grey hairs dissaperared with the cards...
Hell, then I'm replacing my entire system! Pass the Grecian Formula 686,
please.
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Cliff Sharp | Hate spam? Take the Boulder Pledge! |
| WA9PDM | http://www.zdnet.com/yil/content/mag/9612/ebert9612.html |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
------------------------------
From: [EMAIL PROTECTED]
Subject: kernel: possible SYN flood
Date: Mon, 03 May 1999 15:37:23 GMT
Hi all,
Could someone explain to me the meaning of the following message in
/var/log/messages ?
messages:May 2 05:38:41 toto kernel: Warning: possible SYN flood from A.B.C.D
on D.E.F.G:111. Sending cookies.
What is a 'cookie' ? I only know cookies between a browser and a web server,
but I never heard about cookies at the kernel level.
Thank you very much,
Pierre
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: Apache Virtual Hosts and MS NETSCAPE Browser
Date: Mon, 03 May 1999 15:18:40 GMT
Greetings,
i put up an apache webserver with 2 virtual host, IP based, and my MS NS
Browser did not get java Applets, but anything else. Starting Java Applets
get nothing pon the console, but aache says it deleiver an applet
(.jar-File).
As i switched to namebased virtual host the applet gave me an error message.
s.th. like...NullPointer Exeption.
MS worked in both cases.
Any clues, whta wrong?
Thanks in advance
ar
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Stagga)
Subject: Connection Established but nothing works
Date: Mon, 03 May 1999 06:32:41 GMT
Reply-To: [EMAIL PROTECTED]
I've been trying to get PPP up and running in Red Hat 5.2 for days
now. I'm using a Motorola ModemSURFR 56K internal modem, I've set it
up with setserial and it works just fine. I can connect to my ISP,
Earthlink, and I am assigned an ip. I've done this through Usernet,
XISP, Wvdial, etc... and in each case it's the same, once I'm
connected I can't do anything. I can't ping any ip, domain, or find
websites etc... I've read through the PPP-HOWTO backwards and forwards
and can't find a solution. ANY help would be appreciated, this task
has become my white whale and I have to get connected! Thanks in
advance
------------------------------
From: Hardave Riar <[EMAIL PROTECTED]>
Subject: Ifconfig and routes
Date: Mon, 03 May 1999 06:42:52 GMT
I'm currently trying to setup and IPIP tunnel between my cable modem at
home and my network at work. The problem I'm running into is on my 2.2.2
machine at work when I bring up tunl0 with ifconfig it guesses at a
route and sets it up to the localnet, which is wrong, and I then can't
seem to delete it. So my question is if there is a way to keep ifconfig
from setting up the route, or too delete the route it creates. Thanks
Hardave
(remove no-spam. from email to respond)
------------------------------
From: Jim Thompson <[EMAIL PROTECTED]>
Subject: Re: laptop networking problem
Date: Mon, 03 May 1999 02:39:10 -0400
Jim Thompson wrote:
> I'm running redhat 5.2 on my laptop and my desktop system at home. I
> also have an NT workstatiion. I was able to successfully network my NT
> system and my desktop running redhat. I can ping between these two
> systems with no problems. I'm currently trying to add my laptop running
> redhat 5.2, but have been unsuccessful in getting the laptop to talk to
> either the desktop running redhat or the NT box. The laptop is setup as
> a dual boot system running Win98 and redhat. I'm using a 3-com
> etherlink III 3c589c network card. Linux successfully recognizes the
> card when inserted into the laptop. An ifconfig shows:
>
> lo Link encap:Local Loopback
> inet addr:127:0.0.1 Bcast:127.255.255.255 Mask:255:0.0.0
> UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
> RX packets:24 errors:0 dropped:0 overruns:0 frame:0
> TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
>
> eth0 Link encap:Ethernet HWaddr 00:a0:24:A8:D8:D6
> inet addr:192.168.0.4 Bcast:192.168.0.255
> Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
> Interrupt:3 Base address:0x300
>
> The only thing I can see that is wrong is that under Windows 98 the card
> has an Interrupt of 10, and under Linux it has an interrupt of 3. Could
> this be the problem? If it is, how can I change the interrupt under
> Linux? The card works fine under Windows 98 and I don't see anything
> wrong with the network setup. Any suggestions?
>
> Thanks
>
> Jim Thompson
If more information is needed, please let me know
------------------------------
From: "d. martin" <[EMAIL PROTECTED]>
Subject: Re: Networking question regarding two offices seperated by T1
Date: Mon, 3 May 1999 01:45:09 -0500
Two methods:
1. Change address to 192.168.1.x (easy since using DHCP) and dump the
routing on the routers and put them in bridge mode. (horrible choice because
of WAN traffic generated - only an idiot would do it and unfortunately i've
seen a hundred networks configured this way)
2. Leave network as is. Setup SMB browsing between the networks using WINS
on NT or SAMBA. This will allow browsing all resources on both ends of the
network but segregate all traffic except direct connections to the shared
resources (excellent choice with low traffic over WAN - only one system on
each net sends periodic updates of resources to it's WINS partner on the
other LAN.)
DO NOT CHANGE THE SUBNET MASK TO 255.255.0.0 on a class C address
For details on SAMBA see their site us1.samba.org
For detail on WINS see any NT Server reference
If you were brought into consult on this network you should know all the
above. It's basic ip and windows networking!!!
Eric wrote in message <[EMAIL PROTECTED]>...
>
>There are two offices located across town seperated by a T1 which has
>(only) 6 of 24 channels allocated to data. The bandwidth is an issue
>initself and is being addressed seperatly. We can not change the
>configuations on the routers for various reasons.
>
>In building 'A' there is about 15 Windows and Mac boxen with a SCO box
>running some accounting software. The address scheme is 192.1.2.x with
>the Router at 192.1.2.5. The workstations have a subnet mask of
>255.255.255.0.
>
>In buliding 'B' there are a bunch of dumb terminals connected to said
>SCO box, a few NT, 95, 98 and Mac boxen. They've got adresses
>192.1.1.x with a subnet mask of 255.255.255.0 and the router on this
>end is at 192.1.1.5 There is also an NT server which serves up files,
>but no network services. There is a Linux server here which acts as
>the intranet email, file, DNS and http server.
>
>We were brought in after this network was setup, so that's what we
>have to work with. We'd like for the networks to act as if there
>weren't two seperate segments. We'd like SMB shares to be avalable to
>everyone, regardless of the building.
>
>Should we change the subnet masks on all of the machines to
>255.255.0.0? Are there other ways to do what we want?
>
>Thanks for your help!
>
>Eric
>
>eric at ornaco dot com
>
>
>
> -----------== Posted via Newsfeeds.Com, Uncensored Usenet News
==----------
> http://www.newsfeeds.com/ The Largest Usenet Servers in the
World!
>---------== Over 72,000 Groups, Plus Dedicated Binaries Servers
==--------
------------------------------
From: Matt <[EMAIL PROTECTED]>
Subject: Re: DEC PCI Fast Ethernet DECchip 21142
Date: Mon, 03 May 1999 07:55:11 +0100
Many thanks now where are those tulip drivers ?
Many thanks
Matt
Eric wrote:
> On Sun, 02 May 1999 22:06:24 +0100, Matt <[EMAIL PROTECTED]>
> said to everyone and their mother:
>
> |->Hi,
> |->
> |->Does the following network DEC chip work with linux and
> |->NT4... DEC PCI Fast Ethernet DECchip 21142
> |->
> |->Many thanks
> |->
> |->Matt
>
> Yep.
>
> -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
> http://www.newsfeeds.com/ The Largest Usenet Servers in the World!
> ---------== Over 72,000 Groups, Plus Dedicated Binaries Servers ==--------
------------------------------
From: [EMAIL PROTECTED]
Subject: IEEE, EIA, TIA standards for free!!
Date: Mon, 03 May 1999 06:42:51 GMT
hi,
i am an independent developer (u can call me JERK!), and a pauper...
(u can say the reason is - writing code that is not good-enough..!!)
so i cannot pay for the millions of Telecomm/Datacomm standards that
these guys at IEEE, TIA, EIA have locked up in their attics... i am
not so poor so as not to be able to pay a small price, but then what
these guys ask for is exorbitant, and preemptive for me...
Q is, is it not monopolistic attitude, and big-shark-small-fish
scenario...!!! Should they not be made free, or cheap atleast... so
that we can have them legally... What do you say!!
No need to flame me, burn me... just tell me is there enough LOBBY
strength, or suggest me a WAREZ or CRACKS site which gives away these
for free, or a small free...
the CAPS have nothing to do with PICS... :)
TIA
bd
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Mail server for multiple domain using a single IP address
Date: Mon, 03 May 1999 16:26:57 GMT
Your forgetting the most important part (and the answer to the question)
since all three domains will be on one machine, the alias file will not
distinguish the domains.
So [EMAIL PROTECTED] is the same as [EMAIL PROTECTED]
To fix this, you will need to have multiple instances of sendmail for each
domain and alias files.
Unless there is a better way, this is how I do it!
regards,
matt
In article
<[EMAIL PROTECTED]
>, mike*no*spam*@yourhelpdesk.com (Michael Balderas) wrote:
> If you are administering DNS for your domain(s) then you would have to
> create a Address record in one of your zone files and point an MX
> record back to that Address. Then in every other zone you wanted to
> have use that mail server address you can point a Cname record back to
> the other i.p.
>
> Example:
>
> In the zone file you have the following for zone domain1.com
>
> mail.domain1.com. IN A 192.168.0.1
> *.domain1.com. IN MX 10 mail.domain1.com.
>
> In the zone file for domain2.com:
>
> mail.domain2.com. CNAME mail.domain1.com.
> *.domain2.com. IN MX 10 mail.domain2.com.
>
> In the zone file for domain3.com:
> mail.domain3.com. CNAME mail.domain1.com.
> *.domain3.com. IN MX 10 mail.domain3.com.
>
> And so forth. Doing it this way allows the DNS to point many differnet
> domains back to the same mail server i.p. Then it is just as simple to
> configure the mail server for the multiple domains by adding all the
> domain names the server will answer for in /etc/sendmail.cw file
> (assuming your using sendmail for smtp).
>
> sendmail.cw
> domain1.com
> domain2.com
> domain3.com
>
> Once you have the changes made, restart the sendmail process and the
> server will now answer all SMTP requests for the domains you have
> specified. After that it is a simple as modifying your /etc/aliases
> file to configure who get's what email and your set.
>
> Mike
>
> On Sat, 1 May 1999 16:40:53 +0800, "Alex Fong" <[EMAIL PROTECTED]>
> wrote:
>
> >Does anyone know any good solution to configure a Linux box as smtp/pop3
> >mail server for multiple domain without using IP aliasing?
> >
> >My problem is I would create email address like [EMAIL PROTECTED] and [EMAIL PROTECTED]
> >in the same Linux box.
> >
> >Thanks!
> >
>
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Cannot connect with PPP to BSDI
Date: Mon, 03 May 1999 15:48:56 GMT
I seem to have the same problem, my ppp log shows that ipconfig requests are
not being acknowledged.
I know this isn't much help, i posted a question on friday(ppp wont connect)
and go no reply's.
In article <[EMAIL PROTECTED]>,
Vilmos Soti <[EMAIL PROTECTED]> wrote:
> Hi,
>
> First, I am running RH51 with PPP-3.5.2 and 2.0.29, 34, 35, 36,
> and Suse 6.0. The modem is a Sportster 28.8 Fax Voice internal.
>
> I just subscribed to a new ISP and I cannot connect to them through PPP.
> Here is an (edited) excerpt from /var/log/messages:
> (I hope the explanations/interpretations are correct. :-)
>
> chat[587]: BSDI BSD/OS 3.1
> ...
> pppd[583]: Serial connection established.
> ...
> pppd[583]: Connect: ppp0 <--> /dev/modem
> pppd[583]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xc53bfeaa>
> <pcomp> <accomp>]
> kernel: ppp: ppp flush, count = 45
> kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
> ...
> kernel: 7D 22 F8 D7 7E }"..~
> kernel: ppp: receive buffer, count = 9 <----- Start of frame received
> kernel: FF 7D 23 C0 21 7D 22 7D .}#.!}"} <----- No starting 7E, ConfAck
> kernel: 21 !
> kernel: ppp: receive buffer, count = 6
> kernel: 7D 20 7D 34 7D 22 } }4}"
> kernel: ppp: receive buffer, count = 8
> kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
> kernel: ppp: receive buffer, count = 22
> kernel: 7D 20 7D 25 7D 26 C5 3B } }%}&.;
> kernel: FE AA 7D 27 7D 22 7D 28 ..}'}"}(
> kernel: 7D 22 7D 33 BE 7E }"}3.~ <----- End of frame received
> ...
> pppd[583]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xc53bfeaa>
> <pcomp> <accomp>]
> kernel: ppp: receive buffer, count = 19
> kernel: FF 03 80 21 01 01 00 10 ...!.... <--- Already IPCP Req,
> kernel: 02 06 00 2D 0F 00 03 06 ...-....
> kernel: CE 0C 52 ..R
> kernel: ppp: receive buffer, count = 1
> kernel: 03 .
> kernel: ppp: receive buffer, count = 56
> kernel: 1C E4 7E FF 03 C0 21 01 ..~...!.
> kernel: 03 00 18 01 04 05 DC 02 ........
> kernel: 06 00 00 00 00 05 06 5A .......Z
> kernel: 66 1E 7D 5E 07 02 08 02 f.}^....
> kernel: D6 FF 7E FF 03 C0 21 02 ..~...!.
> kernel: 01 00 14 02 06 00 00 00 ........
> kernel: 00 05 06 C5 3B FE AA 07 ....;...
> kernel: ppp: frame with bad fcs, excess = 3cd5 <--- Why am I getting
> these?
> kernel: ppp: frame with bad fcs, excess = 5b07
>
> If I connect to my old provider (via long distance) or to the same new
> provider but a different number (it doesn't write which OS, maybe not
> BSDI) then I can see the starting 7E sequence of the incoming frame. I
> looked up RFC1662 which states the following:
>
> Flag Sequence
>
> Each frame begins and ends with a Flag Sequence, which is the
> binary sequence 01111110 (hexadecimal 0x7e). All implementations
> continuously check for this flag, which is used for frame
> synchronization.
>
> Only one Flag Sequence is required between two frames. Two
> consecutive Flag Sequences constitute an empty frame, which is
> silently discarded, and not counted as a FCS error.
>
> What can I do? I cannot connect to them. Go to another provider? The
> book
> "PPP Design and Debugging" by James Carlson states on p12-13
>
> As transmitted, an example PPP frame ...
> ...
> The initial 7E is optional here, but decent implementations will
> send it if the previous frame is not immediately back-to-back with
> this frame.
>
> I do not get the starting 7E on the initial frame. Does it mean that the
> BSDI implementation of PPP is "not decent"? I cannot believe this.
>
> If anyone can help me please also send a private mail to
> mailto: [EMAIL PROTECTED] since right now I have internet only long
> distance and I do not want to browse the newsgroups.
>
> Thanks for your time, Vilmos Soti
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "sdfg" <[EMAIL PROTECTED]>
Subject: Re: DNS problems
Date: Mon, 03 May 1999 16:40:48 GMT
Perhaps you had an older version of bind running prior to the reinstall.
Bind-8.1.2 is included with RedHat 5.2 and the named.conf file format has
changed. Back up your old /etc/named.boot and /etc/named.conf and run the
script file /usr/doc/bind-8.1.2/named-bootconf.pl. You may have to copy
your old named.conf file into the directory of the script and copy the new
named.conf back into /etc. Its been a while since I had to do this...
--Reichard
Marten wrote in message ...
>I have been unable to get my cache only DNS working again since
>re-installing Redhat 5.2 on my machine. Can anyone give me some help
please.
>I have a telnet session of the relevent file attached.
>
>This is what i get when try to use dns
>[root@devilman nbk]# /usr/bin/nslookup
>*** Can't find server name for address 127.0.0.1: No response from server
>*** Can't find server name for address 139.134.5.51: No response from
server
>
>Regards Marten
>
>
=====snip=====
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************