DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 24th June 2009
enaqx enaqx is offline
New User
 
Join Date: Sep 2008
Posts: 3
Question pppoe internet connection on another lladdr

Hi, folks.

I've been connected to new ISP. It provides internet connection over pppoe, where IP and another network essentials take from dhcp. Also they provide custom switch, what also give connection to IPTV. Internet connection was assigned to Windows machine by ISP tech guys.

I've tried to connect to this cable my openbsd laptop. But then i run dhclient dhcp doesn't response. Changing lladdr to Windows ethernet card didn't give any positive results. So, what else should i tweak?

Thanks for any help.
Reply With Quote
  #2   (View Single Post)  
Old 24th June 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I also have an ISP (25Mbs VDSL) that provides a custom configured 2Wire brand "Residential Gateway" which combines IPTV, VOIP, and internet access. But unlike yours, the connection is not pppoe; it is standard Ethernet:
Code:
{ISP's private IP network} - [RG box] - {local analog phone}
                              |    |
                              |    |
                              /    \
                             /      \
                            /        \
                     {IPTV net}  {Internet}  - [OpenBSD router] - {IP net}
                172.16.0/24             75.x.x.x         192.168.1/22
Obviously, I don't know how your network is configured, and I don't use pppoe, and may or may not be able to help with a pppoe-specific configuration issue.

Post your network topology, such as I have done here. Post your configuration files: hostname.<nic> and your ppp.conf file.
Reply With Quote
  #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
  #4   (View Single Post)  
Old 4th July 2009
enaqx enaqx is offline
New User
 
Join Date: Sep 2008
Posts: 3
Default

...removed...

Last edited by enaqx; 10th July 2009 at 10:06 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
pppoe kaschei OpenBSD General 2 20th May 2009 01:14 AM
PF and kernel-level PPPoE(4) gezley OpenBSD Security 3 15th May 2009 06:56 PM
finding packages denpendencies with no internet connection roddierod OpenBSD Packages and Ports 1 13th November 2008 03:17 PM
no internet connection inside jail...? bgobs FreeBSD General 11 17th June 2008 04:36 PM
Modem PPPoE vs OpenBSD PPPoE ryoken OpenBSD Security 13 15th June 2008 10:07 PM


All times are GMT. The time now is 11:58 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick