- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: new kernel can not access www.sun.com
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 02:51 PM
02-25-2002 02:51 PM
new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 03:26 PM
02-25-2002 03:26 PM
Re: new kernel can not access www.sun.com
It should come up with something like the following:
; <<>> DiG 9.1.3 <<>> www.sun.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3994
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 6, ADDITIONAL: 6
;; QUESTION SECTION:
;www.sun.com. IN A
;; ANSWER SECTION:
www.sun.com. 66294 IN A 192.18.97.241
;; AUTHORITY SECTION:
sun.com. 63459 IN NS ns-os.sun.com.
sun.com. 63459 IN NS ns-brm.sun.com.
sun.com. 63459 IN NS ns.usec.sun.com.
sun.com. 63459 IN NS ns1.eu.sun.com.
sun.com. 63459 IN NS ns1.pr.sun.com.
sun.com. 63459 IN NS ns.sun.com.
;; ADDITIONAL SECTION:
ns-os.sun.com. 17029 IN A 192.9.9.6
ns-brm.sun.com. 16034 IN A 192.18.99.5
ns.usec.sun.com. 8782 IN A 192.9.48.3
ns1.eu.sun.com. 11379 IN A 192.18.240.8
ns1.pr.sun.com. 34525 IN A 192.18.16.2
ns.sun.com. 19968 IN A 192.9.9.3
;; Query time: 56 msec
;; SERVER: 192.231.136.2#53(192.231.136.2)
;; WHEN: Mon Feb 25 23:27:03 2002
;; MSG SIZE rcvd: 263
If that comes up ok, it's time to start checking routing tables. ie:
traceroute -n 192.18.97.241
see where that leads you. It should tell you whether there is a problem getting out of your network, or whether it's somewhere further upstream.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:48 AM
02-26-2002 07:48 AM
Re: new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 09:14 AM
02-26-2002 09:14 AM
Re: new kernel can not access www.sun.com
ping sun.com
works doesn't it?
The problem probably has somethingto do with some code on the www.sun.com webpage. Maybe some Java Applet which your new kernel can't handle. (What makes the arrow move in the Get the new Java Plug-in for XP add?).
Do you get an error message when you try to go to the site or does it try to load and stay blank or what?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 09:26 AM
02-26-2002 09:26 AM
Re: new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 09:55 AM
02-26-2002 09:55 AM
Re: new kernel can not access www.sun.com
here's what I got when trying, "telnet www.sun.com 80":
trying 192.18.97.241....
telnet: unable to connect to remote host: connection timed out.
Any idea why kernel 2.4.17 is puking on www.sun.com? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:08 AM
02-26-2002 10:08 AM
Re: new kernel can not access www.sun.com
Does 'telnet www.yahoo.com 80' work as expected also?
Do you have the .config file for your old kernel build? If so, do a diff between the old .config and the new .config and see what modules are missing.
This isn't a routing or java issue since not even the telnet works.
Have you been blacklisted by sun? (haha.. only kidding).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 11:06 AM - last edited on 05-17-2021 08:57 PM by Ramya_Heera
02-26-2002 11:06 AM - last edited on 05-17-2021 08:57 PM by Ramya_Heera
Re: new kernel can not access www.sun.com
No, firewall is not enable.
No, I've haven't been denied by Sun, since I'm able to access it with previous kernel
No, I don't have the .config.old file saved.
I guess my only options is to recompile the kernel and pay very close attention to the netowrking part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 02:02 PM
02-27-2002 02:02 PM
Re: new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 07:47 PM
02-27-2002 07:47 PM
Re: new kernel can not access www.sun.com
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 07:11 AM
02-28-2002 07:11 AM
Re: new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 06:54 PM
02-28-2002 06:54 PM
Re: new kernel can not access www.sun.com
Could you do an /sbin/ifconfig eth0 and post the results? I have a suspision about the true nature of your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:04 AM
05-06-2002 10:04 AM
Re: new kernel can not access www.sun.com
inet addr:63.xx.xx.xx Bcast:63.xx.xx255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19464 errors:0 dropped:0 overruns:0 frame:2
TX packets:8086 errors:6 dropped:0 overruns:1 carrier:5
collisions:0 txqueuelen:100
Interrupt:15 Base address:0x4000"
I've mask my ip with xx, don't want any one probing it. When pinging www.sun.com, it just sits there forever ..... But nslookup was able to resolve www.sun.com. Any idea? I am thinking I missing something that sun's specific at the protocol level. What do you think?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 11:32 AM
05-06-2002 11:32 AM
Re: new kernel can not access www.sun.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 02:36 PM
05-06-2002 02:36 PM
Re: new kernel can not access www.sun.com
I have recently had a similar problem where my browser refused to go to the forum but would go anywhere else. Turned out there was some garbage in the cookie file. Wiped the cookie file and that fixed the problem. Thanks to the Forum manager Dan for the tip.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 08:26 PM
05-06-2002 08:26 PM
Re: new kernel can not access www.sun.com
cat /proc/sys/net/ipv4/tcp_ecn
If this is "1", echo a "0" & see if things magically start working.
http://groups.google.com/groups?q=tcp_ecn&hl=en&safe=off&selm=E15d85n-0000By-00%40scambio.kapa&rnum=2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 06:18 AM
05-07-2002 06:18 AM
Re: new kernel can not access www.sun.com
"#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
" Can someone tell me what's missing that's causing this network issue. Thanks.