Sponsored Content
Full Discussion: Internet Solaris
Top Forums UNIX for Dummies Questions & Answers Internet Solaris Post 19297 by LivinFree on Tuesday 9th of April 2002 03:38:53 AM
Old 04-09-2002
Turn off unneeded services, and provide a firewall / packetfilter / etc. gateway, unless you want your Solaris box rooted in minutes.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Internet Explorer Solaris

Downloaded and installed, when I try to execute iexplorer it responds with "iexplorer: not found", but it is right there in the directory I am in and I im logged in as root. any ideas? (3 Replies)
Discussion started by: cluettr
3 Replies

2. UNIX for Dummies Questions & Answers

Getting on the Internet with Solaris 8

I have cable and Solaris 8 (Intel Ver.) and a Compaq NC3121 Fast Ethernet NIC How do I connect to the internet? (3 Replies)
Discussion started by: eloquent99
3 Replies

3. Cybersecurity

internet on solaris

i am on solaris 8 and i wish to configure internet on solaris 8 using our proxy server. How to i do that. Hitesh Shah (1 Reply)
Discussion started by: Hitesh Shah
1 Replies

4. Solaris

No internet - Solaris 10 new install

Hi all I am new to unix having played with linux for a few years (still newbie). My problem is I am having trouble connecting to the internet. I do not seem to have an eth0 connection just a locahost. I read on a blog post somewhere that unix uses pcn0 instead of eth0 but it seems my card... (3 Replies)
Discussion started by: skewbie
3 Replies

5. Solaris

Trying to get Solaris 10 on the Internet

Hello! I'm having trouble getting this to work so I ask kindly if I can get some help to get it to work, please :). I installed Solaris 10 (nov 06) on a laptop and I been trying to get it to connect to the router (wired connection) and it doesn't work. I have a 2wire 2700HG router that has... (5 Replies)
Discussion started by: RemoL
5 Replies

6. Solaris

Solaris 10 Wireless Internet - Please help!

Hello, I have Solaris 10 Express, and am going to try OpenSolaris on a different computer. I need to configure and setup my wireless card, a NetGear WG311T, on my Solaris 10 machine, because I have no internet yet. Please help me get my wireless working, Thanks. -SunPowered Some links... (2 Replies)
Discussion started by: sunpowered
2 Replies

7. Solaris

Internet on solaris

Hi friends,i use BSNL broadband for my internet through a modem(a router) from ethernet port.i use a username and password to connect.Its dhcp .plz help me (1 Reply)
Discussion started by: santugvd
1 Replies

8. Solaris

how to connect internet in solaris???

Hi !!!! i am very new in solaris. at present i am using windows XP for internet connection. ISP has given me user name and password for connecting to the internet. it is a brodband DSL connection. but i am unable to connect to the internet in solaris. i am using one static ip given by the... (4 Replies)
Discussion started by: alamin
4 Replies

9. UNIX for Dummies Questions & Answers

Solaris 10 - How to connect to internet

I recently installed solaris 10 on a seperate hard disk in my desktop pc. My first hard disk is running windows xp. I am totally new to solaris. Please help me to connect to the internet through solaris 10. I read a few threads, and re-installed solaris 10 by giving 'Yes' to the question that... (1 Reply)
Discussion started by: hari86av
1 Replies

10. Solaris

Solaris can go out to internet

I am using Solaris 10 for a Desktop OS , also router has been configured to connect to the net , but error 404 is coming always. :eek: I add new gateway bout that did not worked , so guessing I need to add DNS but where .:D (9 Replies)
Discussion started by: solaris_user
9 Replies
rarpd(8)						      System Manager's Manual							  rarpd(8)

NAME
rarpd - Reverse address resolution protocol (RARP) daemon SYNOPSIS
/usr/sbin/rarpd [interface] [-v] [-n] [-f filename] OPTIONS
Specifies the system's network interface. Causes rarpd to operate in verbose mode. This option logs details of RARP to syslog. The instance of a RARP request and its response are also logged. Disables checking of the ethers(4) file. By default, rarpd checks the ethers file once every ten minutes, and, if the file was modified, rarpd rereads the file. If you specify the -n option rarpd scans the /etc/ethers file once at startup time. Reads an alternate Ethernet address file. DESCRIPTION
The rarpd daemon maps the Ethernet address of a machine to the machine's Internet Protocol (IP) address. When rarpd is invoked, it reads the /etc/ethers file (by default) and waits to process a RARP request. The /etc/ethers file is checked every ten minutes for any changes. If the file has been modified, rarpd reads it again. You can disable this feature with the -n option. You can force a scan of the /etc/ethers file by sending the rarpd daemon a SIGHUP signal. See signal(2) for more information on SIGHUP. The format of the /etc/ethers file is described in ethers(4). You can specify a file other than /etc/ethers with the -f option. The inter- face is the network interface on which the rarpd daemon should listen. The command netstat -i shows the correct interface or interfaces for your system. The rarpd daemon uses the first interface it finds, if you do not specify an interface. See the netstat(1) reference page for more information. Because the rarpd daemon has been implemented with the Ethernet Packet Filter (see packetfilter(7)), you must configure your kernel with the packet filter option in order for rarpd to function properly. The packet filter detects RARP broadcast packets and passes them to rarpd for processing. The filter priority for rarpd is set to 28. All messages from the rarpd daemon are directed to syslog. RESTRICTIONS
The rarpd daemon ignores all ARP requests sent encapsulated within a RARP packet. ARP requests are handled directly by the kernel. The machine for which an IP address is being requested must be present in the server's /etc/hosts file. ERRORS
If the Packet Filter is not configured in your kernel, the following message is displayed on the console window and logged to syslog: PACK- ETFILTER is not configured in /vmunix FILES
Database that maps Ethernet addresses to hostnames SEE ALSO
Commands: arp(8), ifconfig(8), syslogd(8) Routines: ethers(3) Files: ethers(4), hosts(4), packetfilter(7) rarpd(8)
All times are GMT -4. The time now is 12:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy