LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-03-2003, 02:49 PM   #1
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
Question Graphic login in Solaris from Linux


Is there a way to do a graphic remote login in a Solaris server?. I tried to do a telnet and then setenv but when I try to execute xclock, for instance, appears an error:

Can't open display: 192.168.14.230:0.0

The SunOS version is 5.5.1

I try to execute Avanwaves.

Thank you and best regards from Mexico.
 
Old 02-03-2003, 04:07 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
try
Code:
xhost +<insert your solaris box' name or ip here>
on the linux box ;) before redirecting the display to
it from the solaris machine ...

Cheers,
Tink
 
Old 02-03-2003, 04:32 PM   #3
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
I already have done so. The result is te same. This is weird!!.

BR
 
Old 02-03-2003, 08:00 PM   #4
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Re: Graphic login in Solaris from Linux

Quote:
Originally posted by rsheissa
Is there a way to do a graphic remote login in a Solaris server?. I tried to do a telnet and then setenv but when I try to execute xclock, for instance, appears an error:

Can't open display: 192.168.14.230:0.0

The SunOS version is 5.5.1

I try to execute Avanwaves.

Thank you and best regards from Mexico.
First things first.

Are you telnetting from a linux box ( with a running Xserver ) to a solaris box and executing an X client from there hoping to see the graphical output on the linux box?

Whose IP is 192.168.14.230?
 
Old 02-04-2003, 09:44 AM   #5
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
Yes, I am. My linux box IP is 192.168.14.230 and the Solaris is 192.168.14.135. And I want to see the graphical output on the linux box.

I am doing something wrong with it?.

BR
 
Old 02-04-2003, 11:24 AM   #6
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Once you're logged in to the Sol box with telnet, can you ping the linux box ip? If yes, do you have nmap installed on the sol box? If yes, nmap the linux ip.

If not, try 'netstat -ntla' from the linux box *locally* to list the listening tcp ports. Check the output to see if it is listening at port 6000.

Now go back to the sol box and see if this port is reachable from there using 'telnet linux-ip 6000'. If you cant see it, you may have a firewall setting that prevents it.
 
Old 02-04-2003, 11:59 AM   #7
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
Now I understand why I can't do that. When I tried to do the telnet to the 6000 port. Answered this:

circuito2% telnet 192.168.14.230 6000
Trying 192.168.14.230...
telnet: Unable to connect to remote host: Connection refused

This is what you ment, right?

Well I guess there is nothing more to do. Thank you very much for your guides. I hope to do the same in a near future.

BR
 
Old 02-04-2003, 12:32 PM   #8
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
>This is what you ment, right?
That is what I suspected.

>Well I guess there is nothing more to do.
A lot more, if you still want to get this going. There is a way around everything.. well almost.

Why dont you run netstat -ntla from the linux box and see if your X server is listening at all. post the output. now list your firewall rules, assuming you're using iptables by using 'iptables -L INPUT'.
 
Old 02-04-2003, 12:43 PM   #9
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
OK. Let's do it!!!! 8).

Here is the output:

[root@Linux_2109 boot]# netstat -ntla
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:513 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8118 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 192.168.14.230:32770 192.100.172.222:23 ESTABLISHED

Here is something weird. A friend of mine has a Win box and using WebTermX he is able to login in graphical mode into the Solaris.

By the way I have some troubles with iptables. Let me do some turns and twickles and I'll be back soon.

BR
 
Old 02-04-2003, 12:49 PM   #10
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
>Here is something weird. A friend of mine has a Win box and using WebTermX he is able to login in graphical mode into the Solaris.

Nothing wrong with that. The windows box is not restricting connections to TCP port 6000 whereas your Linux box is.

>By the way I have some troubles with iptables. Let me do some turns and twickles and I'll be back soon.

What do you mean by troubles? Post error messages if any. What does /sbin/iptables -L INPUT say?
 
Old 02-04-2003, 01:45 PM   #11
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
OK. Here are the messages:

[root@Linux_2109 root]# /sbin/iptables -L INPUT
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
iptables v1.2.6a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

Keep in touch.

BR
 
Old 02-04-2003, 01:58 PM   #12
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
That said it. Is this a custom kernel that you're running ( did you compile it )?

try to post the relevant(whatever got appended to it as you were listing the input rules) section of your dmesg.
 
Old 02-04-2003, 02:09 PM   #13
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
I updated my RH8.0 using the Red Hat Network.

Here is some part of dmesg:

Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ip_conntrack (4094 buckets, 32752 max)
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
PCI: Found IRQ 11 for device 02:08.0
divert: allocating divert_blk for eth0
eth0: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller, 00:03:47:F1:01:EE, IRQ 11.
Board assembly 000000-000, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.

The program downloaded various packages, including kernel, then installed them. I did not compile it.

BR
 
Old 02-04-2003, 02:24 PM   #14
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Boot the new kernel and try to list the rules again. Post output/errors.
 
Old 02-04-2003, 02:33 PM   #15
rsheissa
LQ Newbie
 
Registered: Feb 2003
Location: Puebla, Mexico
Distribution: Fedora Core 3
Posts: 20

Original Poster
Rep: Reputation: 0
Here is the output. The same. Do I have to do something about the kernel?. This is weird.

[root@Linux_2109 root]# iptables --list
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.18-19.8.0/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
iptables v1.2.6a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

The complete dmesg is:

Linux version 2.4.18-19.8.0 (bhcompile@stripples.devel.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu Dec 12 05:39:29 EST 2002
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001ffc0000 (usable)
BIOS-e820: 000000001ffc0000 - 000000001fff8000 (ACPI data)
BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
On node 0 totalpages: 131008
zone(0): 4096 pages.
zone(1): 126912 pages.
zone(2): 0 pages.
Kernel command line: auto BOOT_IMAGE=2.4.18-19.8.0 ro root=303 BOOT_FILE=/boot/vmlinuz-2.4.18-19.8.0
Initializing CPU#0
Detected 1794.530 MHz processor.
Speakup v-1.00 CVS: Tue Jun 11 14:22:53 EDT 2002 : initialized
Console: colour VGA+ 80x25
Calibrating delay loop... 3567.44 BogoMIPS
Memory: 511284k/524032k available (1314k kernel code, 10184k reserved, 989k data, 172k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 8192 (order: 4, 65536 bytes)
ramfs: mounted with options: <defaults>
ramfs: max_pages=64182 max_file_pages=0 max_inodes=0 max_dentries=64182
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Before vendor init, caps: 3febfbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 0K, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: After vendor init, caps: 3febfbff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 3febfbff 00000000 00000000 00000000
CPU: Common caps: 3febfbff 00000000 00000000 00000000
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfda95, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
Transparent bridge - Intel Corp. 82801BA/CA/DB PCI Bridge
PCI: Using IRQ router PIIX [8086/2440] at 00:1f.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
speakup: initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
block: 992 slots per queue, batch=248
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev f9
PIIX4: chipset revision 4
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdcMA, hddio
hda: ST380020A, ATA DISK drive
hdc: HL-DT-ST GCE-8320B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
blk: queue c03afd84, I/O limit 4095Mb (mask 0xffffffff)
blk: queue c03afd84, I/O limit 4095Mb (mask 0xffffffff)
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=9729/255/63, UDMA(100)
ide-floppy driver 0.99.newide
Partition check:
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 126k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 172k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 05:47:42 Dec 12 2002
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 5 for device 00:1f.2
PCI: Setting latency timer of device 00:1f.2 to 64
usb-uhci.c: USB UHCI at I/O 0xef40, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 10 for device 00:1f.4
PCI: Setting latency timer of device 00:1f.4 to 64
usb-uhci.c: USB UHCI at I/O 0xef80, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: USB new device connect on bus2/2, assigned device number 2
hub.c: USB hub found
hub.c: 4 ports detected
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,3), internal journal
Adding Swap: 1044184k swap-space (priority -1)
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,6), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,5), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,2), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
ohci1394: pci_module_init failed
ip_conntrack (4094 buckets, 32752 max)
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
PCI: Found IRQ 11 for device 02:08.0
divert: allocating divert_blk for eth0
eth0: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller, 00:03:47:F1:01:EE, IRQ 11.
Board assembly 000000-000, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
Intel 810 + AC97 Audio, version 0.22, 05:48:44 Dec 12 2002
PCI: Found IRQ 9 for device 00:1f.5
PCI: Sharing IRQ 9 with 00:1f.3
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH2 found at IO 0xef00 and 0xe800, IRQ 9
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
ac97_codec: AC97 Audio codec, id: 0x4144:0x5360 (Analog Devices AD1885)
i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
i810_audio: setting clocking to 41498
NET: 32 messages suppressed.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
NET: 6 messages suppressed.
192.100.172.47 sent an invalid ICMP error to a broadcast.
NET: 7 messages suppressed.
192.100.172.47 sent an invalid ICMP error to a broadcast.
NET: 7 messages suppressed.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
ide-floppy driver 0.99.newide
hdc: ATAPI 40X CD-ROM CD-R/RW drive, 8192kB Cache
Uniform CD-ROM driver Revision: 3.12
ISO 9660 Extensions: Microsoft Joliet Level 3
ISOFS: changing to secondary root
NET: 2 messages suppressed.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
/dev/vmmon: Module vmmon: registered with major=10 minor=165 tag=$Name: build-2230 $
/dev/vmmon: Module vmmon: initialized
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
/dev/vmnet: open called by PID 1776 (vmnet-bridge)
/dev/vmnet: hub 0 does not exist, allocating memory.
/dev/vmnet: port on hub 0 successfully opened
bridge-eth0: up
bridge-eth0: attached
/dev/vmnet: open called by PID 1799 (vmnet-natd)
/dev/vmnet: hub 8 does not exist, allocating memory.
/dev/vmnet: port on hub 8 successfully opened
/dev/vmnet: open called by PID 1810 (vmnet-netifup)
/dev/vmnet: hub 1 does not exist, allocating memory.
/dev/vmnet: port on hub 1 successfully opened
divert: allocating divert_blk for vmnet1
/dev/vmnet: open called by PID 1816 (vmnet-netifup)
/dev/vmnet: port on hub 8 successfully opened
divert: allocating divert_blk for vmnet8
/dev/vmnet: open called by PID 1844 (vmnet-dhcpd)
/dev/vmnet: port on hub 1 successfully opened
/dev/vmnet: open called by PID 1857 (vmnet-dhcpd)
/dev/vmnet: port on hub 8 successfully opened
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.100.172.47 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.
192.168.1.50 sent an invalid ICMP error to a broadcast.

This is huge but I thought this could be valuable.
Keep in touch.

BR
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
graphic login failed Alw Linux - General 2 07-04-2005 10:48 AM
solaris installation problem --> can't get right graphic card driver feetyouwell Solaris / OpenSolaris 2 01-06-2004 12:17 PM
Problem with Solaris 9 x86 and Intel 845G/GL graphic card control tcanvn Solaris / OpenSolaris 1 10-02-2003 11:36 AM
Linux+Solaris : How can Linux login tu Solaris alnizam Solaris / OpenSolaris 2 06-04-2003 01:06 PM
Linux+Solaris : How can linux login to Solaris alnizam Linux - Software 2 05-28-2003 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration