Linux-Networking Digest #876, Volume #11 Mon, 12 Jul 99 20:13:54 EDT
Contents:
Re: Writing program to inspect the header of IP packet ("Cliff")
Re: Scheduled Dial-up PPP occasionally fails (Dustin Puryear)
Re: IP version ("Brady")
Re: Need advice on modem ([EMAIL PROTECTED])
xauth through IP Masquerade HOWTO (Alex Yung)
Re: Another one: Re: (Really) Kill a Process (Peter T. Breuer)
Some help with IPchains? (Kevin Brown)
Re: Help me with IP chains, please? (Mark Johnson)
Re: Linux unable to ping HP JetDirect print server? ("Cliff")
Re: Linux/Novell(with NDS) connectivity ("Tom")
----------------------------------------------------------------------------
From: "Cliff" <[EMAIL PROTECTED]>
Subject: Re: Writing program to inspect the header of IP packet
Date: Mon, 12 Jul 1999 22:45:22 GMT
I can't help you with the socket calls but take a look at the tcpdump
program man page. It sounds like what you are trying to write.
--
-Cliff
Views expressed are my own and not necessarily those of my employer
Concordia Net, Inc. When replying via email please use; cwheat at concordia
dot net not
root@localhost
Ng Kok Leong wrote in message <[EMAIL PROTECTED]>...
>Hi,
>
>I need to write a program to inspect the headers of the IP packets.
>I believe SOCK_RAW in the winsock can be used for the
>purpose.
[snip]
------------------------------
From: [EMAIL PROTECTED] (Dustin Puryear)
Crossposted-To: linux.redhat.ppp
Subject: Re: Scheduled Dial-up PPP occasionally fails
Date: Mon, 12 Jul 1999 22:54:27 GMT
On Mon, 12 Jul 1999 19:12:16 GMT, [EMAIL PROTECTED] wrote:
>I have a Redhat 5.2 system that regularly connects via cron/PPP.
>IBM Thinkpad 385DX Laptop.
>However, the US Robotics modem and Linux occasionally gets in a
>strange state where the system never sees the modem. I watch the logs,
>and it says that it's dialing, but there is no dialtone. It thinks
>it's dialing, but obviously it never connects.
>
>If I run minicom at this time, I can't talk to the modem.
>I type AT<return> and I do not get an "OK."
>In fact, the cursor is at the beginning of the AT initialization
>line, instead of the beginning of the next line.
Sounds like minicom is not getting control of the modem. Check if
there is a /var/lock/LCK..modem or something similar hanging around.
If there is pick up the phone and see if there is a dialtone. Yes?
Then ppp might be working but something else is wrong. There isn't?
ppp isn't letting go of the modem or the modem thinks it has a
connection, but doesn't.
---
Dustin Puryear
[EMAIL PROTECTED]
------------------------------
From: "Brady" <[EMAIL PROTECTED]>
Subject: Re: IP version
Date: Mon, 12 Jul 1999 22:44:49 GMT
ipv4 i think
mango <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> what IP version does RH 6 ship with?
>
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Need advice on modem
Date: Mon, 12 Jul 1999 22:24:47 GMT
On Mon, 21 Jun 1999 10:45:42 -0400, Aamer Sachedina <[EMAIL PROTECTED]>
wrote:
>Hello Folks:
>
>I have a 486 100Mhz box... It's a bit old but it does what I need.
>I run Linux and Windows.
>
>I need to get a faster modem.. I dropped by the local Computer City and
>all they have are Win Modems! Heck all I want is a Modem with jumpers
>on it so that I can set the COMM port and IRQ to get it to work with
>Linux.. like my 14.4 Boca.
>
>Can you guys recommend me a relatively inexpensive 56K internal modem
>which will work with Linux as well as with Windows. I'd really
>appreciate it.
>
>-Aamer
>
>--
>Aamer Sachedina
>aamers@ca dot ibm dot com
>
>
I picked up a Diamond Supra at Comp-USA for around $79.00. It also had
a small mail-in rebate. It's been working like a champ. (Of course
It's collecting dust since I got me Cable Modem... :)
Robb
------------------------------
From: [EMAIL PROTECTED] (Alex Yung)
Subject: xauth through IP Masquerade HOWTO
Date: 12 Jul 1999 22:23:27 GMT
Reply-To: [EMAIL PROTECTED]
[ Article crossposted from comp.os.linux.x ]
[ Author was Alex Yung ]
[ Posted on 12 Jul 1999 16:50:57 GMT ]
Would someone point me to any reference to make the subject work? I am
using "rinetd" in my masquerade gateway to handle port redirection
within my little network at home. With "xhost +outside_host", my
internal machine can receive X client from the outside of the gateway.
Can I accomplish the same but using "xauth"?
--
----------------------------------------------------------------------
Alex Yung Lucent Technologies Inc.
E-mail: [EMAIL PROTECTED] Room 4H-326
Tel: (630) 224-7207 2000 Naperville Road
Fax: (630) 979-8822 Naperville, IL 60566-7033
----------------------------------------------------------------------
------------------------------
From: [EMAIL PROTECTED] (Peter T. Breuer)
Crossposted-To: comp.os.linux.admin
Subject: Re: Another one: Re: (Really) Kill a Process
Date: 12 Jul 1999 23:22:03 GMT
Reply-To: [EMAIL PROTECTED]
Villy Kruse ([EMAIL PROTECTED]) wrote:
: In article <ulmg2$Wy#[EMAIL PROTECTED]>,
: greg porr <[EMAIL PROTECTED]> wrote:
: >
: >I used to be able to duplicate it by doing something like hitting ctrl-s on
: >a terminal while using "cat" to display a large file (the ctrl-s would
: >suspend the output). Then, killing cat's parent shell from another terminal
: >would get it into that situation. This used to occur on NCR's Tower
: This seems to happen for systems using a STREAMS implementation of the
: tty drivers, such as all SVR4 derived systems and AIX4.x.
: Another regular case is the tape rewind on close and the tape driver
: somehow misses the rewind complete interrupt.
Conversely - if you are in an ioctl or a syscall (with interrupts disabled)
and you are kill -9'ed, then it seems to me that the process is never
scheduled again, so remains in the ioctl, and is left in the process
table.
A bug. Or design flaw.
: Villy
--
Peter
------------------------------
From: [EMAIL PROTECTED] (Kevin Brown)
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.help
Subject: Some help with IPchains?
Date: Mon, 12 Jul 1999 23:44:27 GMT
Hey all! I'm trying to get IP masq working on my Linux machine, and
have encountered some problems. I'm using the 2.2.10 kernel, now, but
I can't get ipchains working. I've compiled the kernel with
IP_Firewalls and etc, as requested by both the IP Masq HOWTO and the
IP Chains how to, then unzipped and install the IP chains module.
However, when I try to execute any ipchain commands, all I get is
"ipchains: Protocol not available." Any thoughts?
------------------------------
From: Mark Johnson <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.help
Subject: Re: Help me with IP chains, please?
Date: Mon, 12 Jul 1999 17:19:14 -0600
Reply-To: [EMAIL PROTECTED]
Kevin Brown wrote:
> >> >When you 'make xconfig', you run linux/scripts/kconfig.tk, which prompts
> >> >you for the option values. The script permits you to save the configuration
> >> >to your own file. If you do so, and then edit the file, you will see all the
> >> >options along with the values you've set for them. Probably a similar
> >> >arrangement obtains under 'make menuconfig', etc.
> >>
> >> Once again, I've done this. In order to use the IP masq'ing stuff,
> >> you must set CONFIG_EXPERIMENTAL=y, so I did. Any other thoughts?
> >
> >How did you configure your kernel? Did you use xconfig? Let's say you did, and as
> >indicated above you save your configuration to /home/kevin/my2.2config. You then:
> >
> >'cat /home/kevin/my2.2config |grep CONFIG_IP_FIREWALL_CHAINS'
> >and see your setting.
> >
> >There is an ipchains mailing list. Check out:
> >www.rustcorp.com/list-archives/ipchains
>
> Actually, I just used "make config." After trying to grep out the
> CHAINS entry, nothing turned up. That is, I NEVER have the option to
> compile in CONFIG_IP_FIREWALL_CHAINS. This is sad. :( Should I have
> patched the kernel to include this at some point?
Ok, I checked my config file. There is no such entry as CONFIG_IP_FIREWALL_CHAINS,
which explains part of your problem!
Anyway, here's the file I saved during 'make xconfig':
#
# Automatically generated make config: don't edit
#
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_SMP is not set
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
# CONFIG_PCI_OLD_PROC is not set
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_BINFMT_JAVA is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
# CONFIG_APM is not set
#
# Plug and Play support
#
# CONFIG_PNP is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_IDE_CHIPSETS is not set
#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_RAM=m
# CONFIG_BLK_DEV_XD is not set
CONFIG_PARIDE_PARPORT=m
# CONFIG_PARIDE is not set
# CONFIG_BLK_DEV_HD is not set
#
# Networking options
#
CONFIG_PACKET=m
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_FIREWALL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_IP_ALWAYS_DEFRAG=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_MASQUERADE=y
#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_ICMP=y
#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_MOD=y
CONFIG_IP_MASQUERADE_IPAUTOFW=m
CONFIG_IP_MASQUERADE_IPPORTFW=m
CONFIG_IP_MASQUERADE_MFW=m
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=m
# CONFIG_IP_ALIAS is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set
#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_CSZ is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_QOS is not set
CONFIG_NET_CLS=y
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
#
# SCSI support
#
# CONFIG_SCSI is not set
CONFIG_SCSI_G_NCR5380_PORT=y
# CONFIG_SCSI_G_NCR5380_MEM is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
CONFIG_ETHERTAP=m
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_ACENIC is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_EISA=y
# CONFIG_PCNET32 is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_DE4X5 is not set
CONFIG_DEC_ELCP=m
# CONFIG_DGRS is not set
# CONFIG_EEXPRESS_PRO100 is not set
# CONFIG_LNE390 is not set
# CONFIG_NE3210 is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_ES3210 is not set
# CONFIG_EPIC100 is not set
# CONFIG_ZNET is not set
# CONFIG_NET_POCKET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_DLCI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
#
# CCP compressors for PPP are only built as modules.
#
CONFIG_SLIP=m
# CONFIG_SLIP_COMPRESSED is not set
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_RADIO is not set
# CONFIG_TR is not set
# CONFIG_SHAPER is not set
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_RCPCI is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA subsystem support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
CONFIG_CD_NO_IDESCSI=y
# CONFIG_AZTCD is not set
# CONFIG_GSCD is not set
# CONFIG_SBPCD is not set
CONFIG_MCD=m
CONFIG_MCD_IRQ=11
CONFIG_MCD_BASE=340
# CONFIG_MCDX is not set
# CONFIG_OPTCD is not set
# CONFIG_CM206 is not set
# CONFIG_SJCD is not set
# CONFIG_ISP16_CDI is not set
# CONFIG_CDU31A is not set
# CONFIG_CDU535 is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_UNIX98_PTYS is not set
CONFIG_PRINTER=m
# CONFIG_PRINTER_READBACK is not set
CONFIG_MOUSE=y
#
# Mice
#
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_BUSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set
#
# Joystick support
#
# CONFIG_JOYSTICK is not set
# CONFIG_DTLK is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_FT_NORMAL_DEBUG is not set
# CONFIG_FT_FULL_DEBUG is not set
# CONFIG_FT_NO_TRACE is not set
# CONFIG_FT_NO_TRACE_AT_ALL is not set
# CONFIG_FT_STD_FDC is not set
# CONFIG_FT_MACH2 is not set
# CONFIG_FT_PROBE_FC10 is not set
# CONFIG_FT_ALT_FDC is not set
#
# Filesystems
#
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=m
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_RW is not set
CONFIG_HPFS_FS=m
CONFIG_PROC_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_CODA_FS=m
CONFIG_NFS_FS=m
# CONFIG_NFSD is not set
CONFIG_SUNRPC=m
CONFIG_LOCKD=m
CONFIG_SMB_FS=m
CONFIG_SMB_WIN95=y
# CONFIG_NCP_FS is not set
#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set
# CONFIG_MDA_CONSOLE is not set
# CONFIG_FB is not set
#
# Sound
#
CONFIG_SOUND=y
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_OSS=y
# CONFIG_SOUND_DMAP is not set
# CONFIG_SOUND_PAS is not set
CONFIG_SOUND_SB=m
# CONFIG_SOUND_ADLIB is not set
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_SOFTOSS is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
#
# Additional low level sound drivers
#
# CONFIG_LOWLEVEL_SOUND is not set
#
# Kernel hacking
#
# CONFIG_MAGIC_SYSRQ is not set
------------------------------
From: "Cliff" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux unable to ping HP JetDirect print server?
Date: Mon, 12 Jul 1999 22:52:27 GMT
You don't want to add the route to the printer via the loopback address.
That just won't work. What is the address and subnet mask of your pc's
ethernet interface? You can get it with the ifconfig command. Then use
that information in the route command instead of 127.0.0.1. You probably
also want to change the address of the printer from the default.
--
-Cliff
Views expressed are my own and not necessarily those of my employer
Concordia Net, Inc. When replying via email please use; cwheat at concordia
dot net not
root@localhost
John H. Chauvin wrote in message <7m81vg$[EMAIL PROTECTED]>...
>I have been running Linux on my PC (actually a jaz
>cartridge) for the last few weeks. I have been unable to
>setup Linux to print to my HP 4000N printer which is
>connected to my PC via an ethernet connection using a Asante
>Ethernet hub. So my simple network consists of just my PC
>and the HP printer.
>
[snip]
> Unfortunately, the two version of the command I tried failed:
>
> hp4000n pc
>route add host 192.0.0.192 127.0.0.1 0
>
>fails with: host:Host name lookup failure
>
>and
>
>route add 192.0.0.192 127.0.0.1
>
>fails with: SIOCADDRT: No such device
>
------------------------------
From: "Tom" <[EMAIL PROTECTED]>
Subject: Re: Linux/Novell(with NDS) connectivity
Date: Mon, 12 Jul 1999 19:51:08 -0400
<[EMAIL PROTECTED]> wrote in message
news:7mdsrr$28q$[EMAIL PROTECTED]...
> Hi,
> Anyone with Novell NetWare 4.1x experience out there ?
>
> Is it possible to setup a Linux server (with mars_nwe) in an existing
> NetWare 4.1x network with all servers using NDS (except the
> Linux/mars_nwe server)?
>
> Are were other solutions of integrating a Linux server into a NetWare
> net (which uses NDS)? (All clients are Win9x or Linux and TCP/IP is used
> parallel to IPX).
> Renowned c`t was writing the following (in 20/98 p.214 " Die Emulation
> von NetWare-Servern unter Linux"):
> ...The only alternative right now is NetWare/IP which tunnels IPX
> through TCP/IP. However currently only Windows clients are available...
>
> How well does ncpfs (version 2.2.0.16 ) perform when NDS is used ?
>
> Any other input (e.g. personal experiences, reading tips...) concerning
> Linux/Novell is highly appreciated too.
>
> sebastian
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Check out Caldera's web site. They have Netware for Linux
http://www.calderasystems.com/products/netware/index.html
that will allow a Linux server to participate in NDS.
I have not experimented with it myself though.
Tom
------------------------------
** 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
******************************