View Single Post
  #3   (View Single Post)  
Old 3rd July 2009
enaqx enaqx is offline
New User
 
Join Date: Sep 2008
Posts: 3
Default



hostname.<nic> is empty, since i manually call dhclient
before that i run sudo ifconfig <nic> lladdr <windoze machine MAC>
Code:
$ sudo dhclient bge0                                
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

here is my ppp.conf, but in that case it is not used, because system cannot obtain physical ip
Code:
default:
    set log Phase Chat LCP IPCP CCP tun command
    disable ipv6cp

[... another ppp connection settings ...]

pppoe:
    set device "!/usr/sbin/pppoe -i bge0"
    set mtu max 1492
    set mru max 1492
    set speed sync
Reply With Quote