Sponsored Content
Operating Systems Solaris ifconfig hme0 plumb not working Post 302635505 by bhargav90 on Saturday 5th of May 2012 07:06:54 AM
Old 05-05-2012
Quote:
Originally Posted by DukeNuke2
so you don't have a interface called "hme0". your interface name is "e1000g0". so your command should look like:
Code:
ifconfig e1000g0 plumb

Thanks duke..
What should i do to configure "hme0" instead of using "e1000g0"
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

hme0 babble -- ?

Dear Reader, I have a very unique problem. Quite often my on board ethernet port( hme0 ) related message is appearing in /var/adm/messages. The message is hme0: babble.. The port is up and alive. What does this message mean.. Is the on board port is about to fail?? Thanks in advance, (2 Replies)
Discussion started by: joseph_shibu
2 Replies

2. UNIX for Advanced & Expert Users

Hme0 interfaces...

How do you configure more than one network on a single hme0 interface under SunOS? And why would you want to do this? Thanx :) -Michelle (1 Reply)
Discussion started by: Michelle1977
1 Replies

3. Solaris

hme0 problem after reboot

Hi ..... My problem is that when i reboot the system i can't connect to the network because my ethernet ( hme0 ) is down , i must up it by ifconfig command after reboot : # ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask... (1 Reply)
Discussion started by: tt155
1 Replies

4. Solaris

Before plumb the network interface.....

I know that I could use the #ifconfig hme0 plumb to activate the network interface. However, how can I know the name of the interface e.g. hme0 before I could use the ifconfig to plumb it up? I know there is a command (but I forgot it) to use in the Sparc version when you are in the... (7 Replies)
Discussion started by: heero
7 Replies

5. UNIX for Dummies Questions & Answers

Changing Network Interface hme1 to hme0

I have sun solaris 9 installed but I have the interface configured to hme1 instead of hme0, our default value. Is there a way where i can rename the existing/working hme1 to hme0...? I want to showup the hmeo up if i say ifconfig -a.. rite now i see the hme1 up.. please advice if possible... (4 Replies)
Discussion started by: tintedwindow
4 Replies

6. Solaris

sun 420r hme0 not responding

I have a 420r server it boots up all of the network settings are correct, however the machines network connection is not working. Cant ping anything from it, cant ping it from another machine on the network. If I ping 127.0.0.1 it says alive. Is there a chance the network card has been... (2 Replies)
Discussion started by: alanj4
2 Replies

7. Solaris

ifconfig -a not working

Hi All, I logged into a sun microsystems server box, using both a vnc session and a ssh session. I am able to use "ifconfig -a" in a ssh session, but the same on a vnc session says that its a invalid command. how is this possible, when i am logging into the same box through two different... (4 Replies)
Discussion started by: pardhuhere
4 Replies

8. Solaris

cannot plumb nxge on T5240

its a fresh installation. during the OS setup, it did not prompt for IP, netmask and gateway. using Solaris 10 08/07 update 4. I tried to plumb manually but encountered no such interface error. but nxge interfaces can be greped from the /etc/path_to_inst file. getting similar error on... (3 Replies)
Discussion started by: incredible
3 Replies

9. Solaris

SUNW, hme0: Link Down - Cable problem

Ultra E150 Solaris 2.5.1 Oracle server. was working fine, then started losing network connection. I can see in messages file that it was complaining about another device using its ip address. Though not any longer, though I wonder if that was a red herring. My IT guys have now re-reserved its ip... (29 Replies)
Discussion started by: AlSmith1964
29 Replies

10. Solaris

ifconfig ge0 plumb

Hello Folks, can anyone please help me with this ?! :wall: I'm using Solaris 10 with Sun V880 which has two Networks Interfaces, a Fiber (ge0) and a cooper (eri0). The eri0 is working great but when I try to plumb the ge0 interface ... # ifconfig ge0 plumb ifconfig: cannot open link... (18 Replies)
Discussion started by: pxb368@motorola
18 Replies
pppoec(1M)						  System Administration Commands						pppoec(1M)

NAME
pppoec - PPPoE chat utility SYNOPSIS
pppoec [-omillisecs] [-smillisecs] [-v] device [service [ [except]server... [only]]] pppoec [-omillisecs] [-v] -i [device] DESCRIPTION
The pppoec utility implements the client-side negotiation of PPPoE. It is intended to be used with the pppd(1M) connect option, in the same manner as the chat(1M) utility is used for asynchronous dial-up PPP. When given with the -i flag, pppoec sends out a broadcast query on the given interface named by the device parameter. You can specify no other arguments in this mode. All responding PPPoE servers and the offered services are displayed on standard output. Otherwise, when given without the -i flag, pppoec does the full PPPoE client-side negotiation. The device parameter is the intended Ether- net interface, and must already be plumbed with sppptun(1M). The optional service parameter specifies a particular service desired; other offered services will be ignored. The optional server parameter specifies a specific server desired. You can specify server as an Ethernet address in the usual x:x:x:x:x:x format (with "*" in any of the six byte positions interpreted to mean "any"), or as a symbolic name resolved through /etc/ethers (or NIS), or as a PPPoE access concentrator name. The sense of the match (true or false) can be inverted by specifying the keyword except before this string. This parameter can be specified more than once, and the first match is taken. If you specify the server parameter, then the selected servers become "preferred." If no preferred server responds, then the first respond- ing server is used instead. To exclude non-matching servers entirely, append the keyword only. OPTIONS
The following options are supported: -i Sends out broadcast query over interface specified by device. -o Sets the initial wait time in milliseconds for PADO from the server before PADI is retried. The default is 500 milliseconds for normal operation, or 3000 milliseconds (3 seconds) for inquiry (-i) mode. -s Sets the initial wait time in milliseconds for PADS from the server before PADR is retried. The default is 2000 millisec- onds (2 seconds). -v Displays verbose progress messages, including all PPPoE messages sent, and all state machine transitions. You normally do not need to adjust the parameters set with -o and -s. They are provided for coping with unusually slow servers. OPERANDS
The following operands are supported: device plumbed Ethernet interface server preferred server or, if you specify only, the specified server service desired service; other available services are ignored EXAMPLES
Example 1: Connecting to Any Service on hme0 The following command enables you to connect to any PPPoE service on hme0: # /usr/bin/pppd sppptun plugin pppoe.so connect "/usr/lib/inet/pppoec hme0" debug Often, a command such as the preceding is specified in an /etc/ppp/peers file instead. For example, enter the following in /etc/ppp/peers/myisp: sppptun plugin pppoe.so connect "/usr/lib/inet/pppoec hme0" debug To invoke the PPP connection described in the file, enter: % /usr/bin/pppd call myisp Note that, because the /etc/ppp/peers files are considered privileged by pppd, you need not be root to invoke the preceding command. Example 2: Connecting to a Particular Service A more complex example: on hme0, connect to only the internet service offered by PPPoE servers with access concentrator name isp, but not to any Ethernet addresses starting with 40:0:1a. # /usr/lib/inet/pppoec hme0 internet except 40:0:1a:*:*:* isp only Note that the except 40:0:1a:*:*:* filter must come before isp, because the filters are first-match. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. FILES
/usr/lib/inet/pppoec executable command /dev/sppptun Solaris PPP tunneling device driver. /etc/ppp/connect-errors usual location of error output (see DIAGNOSTICS, below) ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpppdt | +-----------------------------+-----------------------------+ SEE ALSO
pppd(1M), sppptun(1M), pppoed(1M), sppptun(7M) RFC 2516, Method for Transmitting PPP Over Ethernet (PPPoE), Mamakos et al, February 1999 DIAGNOSTICS
Error messages are written to standard error, which is normally redirected by pppd to /etc/ppp/connect-errors. The errors can also be redi- rected to pppd's standard output by using the updetach option. If you specify the -v, verbose progress messages are displayed, including all PPPoE messages sent, and all state machine transitions. Spec- ifying the updetach or nodetach pppd option is helpful when using verbose mode. SunOS 5.10 9 Jan 2002 pppoec(1M)
All times are GMT -4. The time now is 05:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy