Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - skotti

#1
German - Deutsch / [Erledigt] Re: PPPoE dialed nicht
September 14, 2016, 01:22:53 PM
Ein Reset auf Factory-Defaults und eine anschliessende Neukonfiguration
hat das Problem gelöst.
#2
German - Deutsch / Re: PPPoE dialed nicht
September 13, 2016, 02:18:48 PM
Ich hab' eben mal eine OpenWRT-Kiste zu Testzwecken an den Zugang
gesteckt - die Einwahl per PPPoE ging auf Anhieb.
Scheint danach am opnsense zu liegen.

Grüße, Skotti.
#3
German - Deutsch / PPPoE dialed nicht
September 13, 2016, 10:17:05 AM
Hallo,
nach mehreren pfsense-Installationen möchte ich nun die erste opnsense in Betrieb nehmen.
Leider kriege ich die Einwahl mittels PPPoE nicht zum laufen. Ich kann nirgendwo einen
Einwahlversuch erkennen.


# ps auxww | grep mpd
root   13570   0.0  0.1  50300  5460  -  Ss    9:57AM  0:00.04 /usr/local/sbin/mpd5 -b -k -d /var/etc -f mpd_wan.conf -p /var/run/pppoe_wan.pid -s ppp pppoeclient

# cat /var/etc/mpd_wan.conf
startup:
  # configure the console
  set console close
  # configure the web server
  set web close

default:
pppoeclient:
  create bundle static wan
  set bundle enable ipv6cp
  set iface name pppoe0
  set iface route default
  set iface disable on-demand
  set iface idle 0
  set iface enable tcpmssfix
  set iface up-script /usr/local/sbin/ppp-linkup
  set iface down-script /usr/local/sbin/ppp-linkdown
  set ipcp ranges 0.0.0.0/0 0.0.0.0/0
  set ipcp enable req-pri-dns
  set ipcp enable req-sec-dns
  create link static wan_link0 pppoe
  set link action bundle wan
  set link disable multilink
  set link keep-alive 10 60
  set link max-redial 0
  set link disable chap pap
  set link accept chap pap eap
  set link disable incoming
  set link mtu 1492
  set auth authname "bnutzer@domain"
  set auth password strenggeheim
  set pppoe service "wf1"
  set pppoe iface igb0
        open

# ifconfig igb0
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=400bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO>
        ether 0c:c4:7a:7b:8f:b4
        inet6 fe80::ec4:7aff:fe7b:8fb4%igb0 prefixlen 64 scopeid 0x1
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active


# grep ppp /var/log/system.log
Sep 13 08:58:36 wsf opnsense: /interfaces.php: The command `/sbin/ifconfig 'pppoe0'' failed to execute
Sep 13 08:58:36 wsf opnsense: /interfaces.php: The command '/sbin/ifconfig 'pppoe0' inet6 -accept_rtadv' returned exit code '1', the output was 'ifconfig: interface pppoe0 does not exist'
Sep 13 08:58:36 wsf kernel: ng0: changing name to 'pppoe0'
Sep 13 09:55:22 wsf opnsense: /interfaces.php: The command `/sbin/ifconfig 'pppoe0'' failed to execute
Sep 13 09:55:22 wsf opnsense: /interfaces.php: The command '/sbin/ifconfig 'pppoe0' inet6 -accept_rtadv' returned exit code '1', the output was 'ifconfig: interface pppoe0 does not exist'
Sep 13 09:55:22 wsf kernel: ng0: changing name to 'pppoe0'
Sep 13 09:55:24 wsf opnsense: /interfaces.php: The command '/sbin/ifconfig 'pppoe0' -staticarp' returned exit code '1', the output was 'ifconfig: interface pppoe0 does not exist'
Sep 13 09:55:24 wsf opnsense: /interfaces.php: The command '/usr/sbin/arp -d -i 'pppoe0'  -a > /dev/null 2>&1' returned exit code '1', the output was ''
Sep 13 09:55:26 wsf opnsense: /usr/local/etc/rc.linkup: The command `/sbin/ifconfig 'pppoe0'' failed to execute
Sep 13 09:55:26 wsf opnsense: /usr/local/etc/rc.linkup: The command '/sbin/ifconfig 'pppoe0' inet6 -accept_rtadv' returned exit code '1', the output was 'ifconfig: interface pppoe0 does not exist'
Sep 13 09:55:27 wsf kernel: ng0: changing name to 'pppoe0'
Sep 13 09:57:50 wsf opnsense: /usr/local/etc/rc.bootup: The command '/sbin/ifconfig 'pppoe0' inet6 -accept_rtadv' returned exit code '1', the output was 'ifconfig: interface pppoe0 does not exist'
Sep 13 09:57:50 wsf kernel: starting pppoe0 link...
Sep 13 09:57:50 wsf kernel: ng0: changing name to 'pppoe0'

# ifconfig pppoe0
pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1500
        inet6 fe80::ec4:7aff:fe7b:8fb4%pppoe0 prefixlen 64 scopeid 0x9
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>



Haben die Fehlermeldungen in Bezug auf das Interface pppoe0 eine Bedeutung?
Bin ziemlich ratlos.

Grüße,
Skotti.